7 # for the curious, "tod" means "Touch OEM Drivers" meaning it can load
9 libfprint.overrideAttrs (
16 version = "1.90.7+git20210222+tod1";
19 pname = "libfprint-tod";
22 src = fetchFromGitLab {
23 domain = "gitlab.freedesktop.org";
27 sha256 = "0cj7iy5799pchyzqqncpkhibkq012g3bdpn18pfb19nm43svhn4j";
31 # Include virtual drivers for fprintd tests
33 "-Dudev_hwdb_dir=${placeholder "out"}/lib/udev/hwdb.d"
38 patchShebangs ./tests/*.py ./tests/*.sh
42 homepage = "https://gitlab.freedesktop.org/3v1n0/libfprint";
43 description = "Library designed to make it easy to add support for consumer fingerprint readers, with support for loaded drivers";
44 license = licenses.lgpl21;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ grahamc ];