Revert "fix: temporarily remove broken packages"

This reverts commit f1ee732c7c.
This commit is contained in:
Tim Schubert 2025-10-10 21:32:08 +02:00
parent 737a5cb268
commit 14289eee5c
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

@ -69,8 +69,7 @@ with pkgs;
krita krita
ldns ldns
liboping # oping, ping multiple hosts at once liboping # oping, ping multiple hosts at once
# FIXME: broken in nixpkgs libreoffice
#libreoffice
libvirt libvirt
lsof lsof
lynis lynis
@ -123,8 +122,7 @@ with pkgs;
skim # fzf in Rust skim # fzf in Rust
slurp slurp
socat socat
# FIXME: broken in nixpkgs solvespace
#solvespace
spotify spotify
sqlite sqlite
sshfs-fuse sshfs-fuse

View file

@ -49,8 +49,7 @@
# For debugging and troubleshooting Secure Boot. # For debugging and troubleshooting Secure Boot.
pkgs.sbctl pkgs.sbctl
# Framework embedded controller interface # Framework embedded controller interface
# FIXME: build broken in nixpkgs pkgs.fw-ectool
#pkgs.fw-ectool
]; ];
hardware = { hardware = {
@ -63,8 +62,7 @@
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
vaapiVdpau vaapiVdpau
# FIXME: broken in nixpkgs libvdpau-va-gl
# libvdpau-va-gl
]; ];
}; };
}; };