11 stdenvNoCC.mkDerivation {
12 pname = "libfprint-2-tod1-elan";
16 url = "https://download.lenovo.com/pccbbs/mobiles/r1slf01w.zip";
17 hash = "sha256-GD/BebPto1fFLgyvpiitt+ngwEtdsnKsvdFNeSmVDmw=";
26 nativeBuildInputs = [ autoPatchelfHook];
38 install -Dm444 libfprint-2-tod1-elan.so -t "$out/lib/libfprint-2/tod-1/"
43 passthru.driverPath = "/lib/libfprint-2/tod-1";
46 description = "Elan(04f3:0c4b) driver module for libfprint-2-tod Touch OEM Driver";
47 homepage = "https://support.lenovo.com/us/en/downloads/ds560939-elan-fingerprint-driver-for-ubuntu-2204-thinkpad-e14-gen-4-e15-gen-4";
48 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
49 license = licenses.unfree;
50 platforms = [ "x86_64-linux" ];
51 maintainers = with maintainers; [ qdlmcfresh ];