gnupg: don't demand pcsclite on darwin
This commit is contained in:
parent
68647a4de5
commit
51d465646a
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./socket-activate-2.1.1.patch ];
|
patches = [ ./socket-activate-2.1.1.patch ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = stdenv.lib.optionalString stdenv.isLinux ''
|
||||||
sed -i 's,"libpcsclite\.so[^"]*","${pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
|
sed -i 's,"libpcsclite\.so[^"]*","${pcsclite}/lib/libpcsclite.so",g' scd/scdaemon.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user