mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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
This commit is contained in:
parent
fa559de8af
commit
bc877d8bfc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue