fprintd-tod: fix the build

This commit is contained in:
Yurii Matsiuk 2021-11-20 09:42:45 +01:00
parent f92c397491
commit 3cabab8586
No known key found for this signature in database
GPG Key ID: 61302290298601AA
2 changed files with 24 additions and 3 deletions

View 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=";
};
})

View File

@ -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 { };