mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates
This commit is contained in:
parent
24a58b1302
commit
23bafdca72
2 changed files with 20 additions and 13 deletions
|
@ -10,6 +10,13 @@ in
|
|||
pww = callPackage ../pkgs/pww { };
|
||||
ianny = callPackage ../pkgs/ianny { };
|
||||
|
||||
fprintd = prev.fprintd.overrideAttrs (_: {
|
||||
mesonCheckFlags = [
|
||||
"--no-suite"
|
||||
"fprintd:TestPamFprintd"
|
||||
];
|
||||
});
|
||||
|
||||
tpm2-pkcs11 = prev.tpm2-pkcs11.override { fapiSupport = false; };
|
||||
imv = prev.imv.override {
|
||||
# freeimage is broken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue