mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
gnupg: fix build on darwin
This commit is contained in:
parent
036722ab7c
commit
db3602b5d6
@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs
|
||||
= [ readline zlib libgpgerror libgcrypt libassuan libksba pth
|
||||
openldap bzip2 libusb curl libiconv ];
|
||||
openldap bzip2 curl libiconv ]
|
||||
++ stdenv.lib.optional (!stdenv.isDarwin) libusb;
|
||||
|
||||
patchPhase = ''
|
||||
find tests -type f | xargs sed -e 's@/bin/pwd@${coreutils}&@g' -i
|
||||
|
Loading…
Reference in New Issue
Block a user