mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
curl: Correct a syntax error
This commit is contained in:
parent
b4a5a049d8
commit
053083368b
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = ''
|
||||
sed -e 's|/usr/bin|/no-such-path|g' -i.bak configure
|
||||
rm src/tool_hugehelp.c
|
||||
'' ++ stdenv.lib.optionalString stdenv.isDarwin '';
|
||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
export DYLD_LIBRARY_PATH=${zlib}/lib:$DYLD_LIBRARY_PATH
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user