pcsclite: Explicitly set ipcdir

Some libraries using PCSC-Lite still tend to refer to /var/run/pcscd
instead of /run/pcscd, so let's make sure this won't happen.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
wip/yesman
aszlig 8 years ago
parent fa559de8af
commit bc877d8bfc
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
  1. 1
      pkgs/tools/security/pcsclite/default.nix

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
# The OS should care on preparing the drivers into this location
"--enable-usbdropdir=/var/lib/pcsc/drivers"
"--enable-confdir=/etc"
"--enable-ipcdir=/run/pcscd"
] ++ stdenv.lib.optional stdenv.isLinux
"--with-systemdsystemunitdir=\${out}/etc/systemd/system";

Loading…
Cancel
Save