File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ; {
You can’t perform that action at this time.
0 commit comments