packages/{libfprint,fprintd}: init patched for 532d
This commit is contained in:
parent
725b7aecc2
commit
c9a969a288
2 changed files with 5036 additions and 0 deletions
|
@ -13,6 +13,14 @@ super: rec {
|
||||||
|
|
||||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
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: {
|
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
|
||||||
preFixup = with super;
|
preFixup = with super;
|
||||||
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
||||||
|
|
5028
patches/base/libfprint/532d_support.patch
Normal file
5028
patches/base/libfprint/532d_support.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue