packages/{libfprint,fprintd}: init patched for 532d

This commit is contained in:
Max Headroom 2022-08-29 22:21:54 +02:00
parent 725b7aecc2
commit c9a969a288
2 changed files with 5036 additions and 0 deletions

View file

@ -13,6 +13,14 @@ super: rec {
gnome-control-center = patch' super.gnome.gnome-control-center;
libfprint = (patch' super.libfprint).overrideAttrs (old: {
buildInputs = old.buildInputs ++ [
super.openssl
];
});
fprintd = super.fprintd.override { inherit libfprint; };
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
preFixup = with super;
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));

File diff suppressed because it is too large Load diff