gnupg: don't demand pcsclite on darwin

This commit is contained in:
Eric Seidel 2015-03-21 09:13:51 -07:00
parent 68647a4de5
commit 51d465646a

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
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
'';