fix: temporarily remove broken packages
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
1bf32e0177
commit
f1ee732c7c
2 changed files with 8 additions and 4 deletions
|
@ -69,7 +69,8 @@ with pkgs;
|
|||
krita
|
||||
ldns
|
||||
liboping # oping, ping multiple hosts at once
|
||||
libreoffice
|
||||
# FIXME: broken in nixpkgs
|
||||
#libreoffice
|
||||
libvirt
|
||||
lsof
|
||||
lynis
|
||||
|
@ -122,7 +123,8 @@ with pkgs;
|
|||
skim # fzf in Rust
|
||||
slurp
|
||||
socat
|
||||
solvespace
|
||||
# FIXME: broken in nixpkgs
|
||||
#solvespace
|
||||
spotify
|
||||
sqlite
|
||||
sshfs-fuse
|
||||
|
|
|
@ -49,7 +49,8 @@
|
|||
# For debugging and troubleshooting Secure Boot.
|
||||
pkgs.sbctl
|
||||
# Framework embedded controller interface
|
||||
pkgs.fw-ectool
|
||||
# FIXME: build broken in nixpkgs
|
||||
#pkgs.fw-ectool
|
||||
];
|
||||
|
||||
hardware = {
|
||||
|
@ -62,7 +63,8 @@
|
|||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
# FIXME: broken in nixpkgs
|
||||
# libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue