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
|
@ -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