mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:08:16 +00:00
Revert "pcsclite: Explicitly set ipcdir"
This reverts commitbc877d8bfc
. This is no longer necessary, since 1.9.0 finally uses /run by default.562ef23bc7
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user