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
|
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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue