fprintd-tod: fix the build
This commit is contained in:
parent
f92c397491
commit
3cabab8586
23
pkgs/tools/security/fprintd/tod.nix
Normal file
23
pkgs/tools/security/fprintd/tod.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ fetchFromGitLab
|
||||
, fprintd
|
||||
, libfprint-tod
|
||||
}:
|
||||
|
||||
fprintd.overrideAttrs (oldAttrs:
|
||||
let
|
||||
pname = "fprintd-tod";
|
||||
version = "1.90.9";
|
||||
|
||||
libfprint = libfprint-tod;
|
||||
in
|
||||
{
|
||||
inherit pname version libfprint;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "libfprint";
|
||||
repo = "${oldAttrs.pname}";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-rOTVThHOY/Q2IIu2RGiv26UE2V/JFfWWnfKZQfKl5Mg=";
|
||||
};
|
||||
})
|
@ -5307,9 +5307,7 @@ with pkgs;
|
||||
|
||||
fprintd = callPackage ../tools/security/fprintd { };
|
||||
|
||||
fprintd-tod = callPackage ../tools/security/fprintd {
|
||||
libfprint = libfprint-tod;
|
||||
};
|
||||
fprintd-tod = callPackage ../tools/security/fprintd/tod.nix { };
|
||||
|
||||
ferdi = callPackage ../applications/networking/instant-messengers/ferdi {
|
||||
mkFranzDerivation = callPackage ../applications/networking/instant-messengers/franz/generic.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user