Update pkgs/tools/security/fprintd/tod.nix
Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
This commit is contained in:
parent
3cabab8586
commit
1b2f4e09b6
1 changed files with 2 additions and 4 deletions
|
@ -3,15 +3,13 @@
|
|||
, libfprint-tod
|
||||
}:
|
||||
|
||||
fprintd.overrideAttrs (oldAttrs:
|
||||
(fprintd.override { libfprint = libfprintd-tod; }).overrideAttrs (oldAttrs:
|
||||
let
|
||||
pname = "fprintd-tod";
|
||||
version = "1.90.9";
|
||||
|
||||
libfprint = libfprint-tod;
|
||||
in
|
||||
{
|
||||
inherit pname version libfprint;
|
||||
inherit pname version;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
|
|
Loading…
Reference in a new issue