* Fix Darwin evaluation errors.

svn path=/nixpkgs/trunk/; revision=8709
This commit is contained in:
Eelco Dolstra
2007-05-16 14:54:28 +00:00
parent 41291a5b26
commit 62b0dddf0e
3 changed files with 5 additions and 1 deletions
@@ -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)
";
}