nixos/fprintd: add TOD support

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
This commit is contained in:
Yurii Matsiuk
2021-04-15 08:55:39 +02:00
co-authored by Sandro
parent 531502481b
commit b29ed56049
2 changed files with 22 additions and 10 deletions
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
cp lib/udev/rules.d/60-libfprint-2-tod1-goodix.rules "$out/usr/lib/udev/rules.d/"
'';
passthru.driverPath = "/usr/lib/libfprint-2/tod-1";
meta = with lib; {
description = "Goodix driver module for libfprint-2-tod Touch OEM Driver";
homepage = "https://git.launchpad.net/~oem-solutions-engineers/libfprint-2-tod1-goodix/+git/libfprint-2-tod1-goodix/";