Fix sif fingerprint reader

This commit is contained in:
Filippo Berto 2025-04-04 09:49:14 +02:00
parent 369fa8dc43
commit 7eccf47e07
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 12 additions and 7 deletions

View file

@ -234,6 +234,11 @@
sed 's/Broadlink/ZHA/' codes/climate/1946.json > codes/climate/50.json
'';
});
# can be removed when https://github.com/NixOS/nixpkgs/pull/389711 is merged
libfprint = super.libfprint.overrideAttrs (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ super.nss ];
});
};
};