fix: temporarily remove broken packages
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-10-07 22:23:46 +02:00
parent 1bf32e0177
commit f1ee732c7c
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View file

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

View file

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