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

aszlig bc877d8b fa559de8

+1
+1
pkgs/tools/security/pcsclite/default.nix
··· 14 # The OS should care on preparing the drivers into this location 15 "--enable-usbdropdir=/var/lib/pcsc/drivers" 16 "--enable-confdir=/etc" 17 ] ++ stdenv.lib.optional stdenv.isLinux 18 "--with-systemdsystemunitdir=\${out}/etc/systemd/system"; 19
··· 14 # The OS should care on preparing the drivers into this location 15 "--enable-usbdropdir=/var/lib/pcsc/drivers" 16 "--enable-confdir=/etc" 17 + "--enable-ipcdir=/run/pcscd" 18 ] ++ stdenv.lib.optional stdenv.isLinux 19 "--with-systemdsystemunitdir=\${out}/etc/systemd/system"; 20