mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pcsclite: fix darwin build
This commit is contained in:
parent
bd43424e2c
commit
00309d66ff
@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
|
||||
"--enable-confdir=/etc"
|
||||
"--enable-ipcdir=/run/pcscd"
|
||||
] ++ stdenv.lib.optional stdenv.isLinux
|
||||
"--with-systemdsystemunitdir=\${out}/etc/systemd/system";
|
||||
"--with-systemdsystemunitdir=\${out}/etc/systemd/system"
|
||||
++ stdenv.lib.optional (!stdenv.isLinux)
|
||||
"--disable-libsystemd";
|
||||
|
||||
postConfigure = ''
|
||||
sed -i -re '/^#define *PCSCLITE_HP_DROPDIR */ {
|
||||
|
Loading…
Reference in New Issue
Block a user