lol

libfprint-tod: fix build with meson 0.60

libfprint 1.90.7 doesn't support the udev_rules_dir build option

+3 -1
+3 -1
pkgs/development/libraries/libfprint-tod/default.nix
··· 19 19 sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j"; 20 20 }; 21 21 22 - mesonFlags = mesonFlags ++ [ 22 + mesonFlags = [ 23 + # Include virtual drivers for fprintd tests 24 + "-Ddrivers=all" 23 25 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d" 24 26 ]; 25 27