Revert "pcsclite: Explicitly set ipcdir"
This reverts commit bc877d8bfc.
This is no longer necessary, since 1.9.0 finally uses /run by default.
https://salsa.debian.org/rousseau/PCSC/commit/562ef23bc7eab3d5cc49c38f7ac0c6341ade1130
This commit is contained in:
committed by
Frederik Rietdijk
parent
8b8d7140ab
commit
903f5dd519
@@ -18,7 +18,6 @@ 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"
|
||||
++ stdenv.lib.optional (!stdenv.isLinux)
|
||||
|
||||
Reference in New Issue
Block a user