17 url = "http://http.debian.net/debian/pool/main/a/acr38/acr38_1.7.11.orig.tar.bz2";
18 sha256 = "0lxbq17y51cablx6bcd89klwnyigvkz0rsf9nps1a97ggnllyzkx";
30 ] ++ lib.optional stdenv.hostPlatform.isDarwin IOKit;
33 makeFlagsArray=(usbdropdir="$out/pcsc/drivers");
37 description = "ACR38U smartcard reader driver for pcsclite";
39 A PC/SC IFD handler implementation for the ACS ACR38U
40 smartcard readers. This driver is for the non-CCID version only.
42 This package is needed to communicate with the ACR38U smartcard readers through
43 the PC/SC Lite resource manager (pcscd).
45 It can be enabled in /etc/nixos/configuration.nix by adding:
46 services.pcscd.enable = true;
47 services.pcscd.plugins = [ libacr38u ];
49 The package is based on the debian package libacr38u.
51 homepage = "https://www.acs.com.hk";
52 license = licenses.lgpl2Plus;
53 maintainers = with maintainers; [ berce ];
54 platforms = with platforms; unix;