* Fix Darwin evaluation errors.
svn path=/nixpkgs/trunk/; revision=8709
This commit is contained in:
@@ -11,6 +11,6 @@ stdenv.mkDerivation {
|
||||
buildInputs = [curl openssl zlib expat];
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(prefix=$out PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.bash}/bin/sh)
|
||||
makeFlagsArray=(prefix=$out PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.shell}/bin/sh)
|
||||
";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user