Skip to content

Commit 0ef024b

Browse files
authored
libfprint-tod: 1.90.7+git20210222+tod1 -> 1.94.9+tod1 (NixOS#388905)
2 parents 5164b0c + 392773a commit 0ef024b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

pkgs/by-name/li/libfprint-2-tod1-vfs0090/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ stdenv.mkDerivation {
6666
license = licenses.lgpl21Plus;
6767
platforms = platforms.linux;
6868
maintainers = with maintainers; [ valodim ];
69+
# Does not compile against libfprint-tod, hasn't seen any maintenance
70+
# since 2020.
71+
broken = true;
6972
};
7073
}

pkgs/by-name/li/libfprint-tod/package.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libfprint.overrideAttrs (
1313
...
1414
}:
1515
let
16-
version = "1.90.7+git20210222+tod1";
16+
version = "1.94.9+tod1";
1717
in
1818
{
1919
pname = "libfprint-tod";
@@ -24,18 +24,22 @@ libfprint.overrideAttrs (
2424
owner = "3v1n0";
2525
repo = "libfprint";
2626
rev = "v${version}";
27-
sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
27+
hash = "sha256-xkywuFbt8EFJOlIsSN2hhZfMUhywdgJ/uT17uiO3YV4=";
2828
};
2929

3030
mesonFlags = [
3131
# Include virtual drivers for fprintd tests
3232
"-Ddrivers=all"
3333
"-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d"
34+
"-Dudev_rules_dir=${placeholder "out"}/lib/udev/rules.d"
3435
];
3536

3637
postPatch = ''
3738
${postPatch}
38-
patchShebangs ./tests/*.py ./tests/*.sh
39+
patchShebangs \
40+
./libfprint/tod/tests/*.sh \
41+
./tests/*.py \
42+
./tests/*.sh \
3943
'';
4044

4145
meta = with lib; {

0 commit comments

Comments
 (0)