From bc877d8bfcfe8c1b82687b725c823a0154c7d572 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 4 Jun 2016 15:52:04 +0200 Subject: 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 Cc: @viric, @wkennington --- pkgs/tools/security/pcsclite/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/security/pcsclite') diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix index a3ce7b90c2bc..cb65ff5a3ccb 100644 --- a/pkgs/tools/security/pcsclite/default.nix +++ b/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"; -- cgit 1.4.1