3
0
Fork 0
forked from mirrors/nixpkgs

* Slight purity improvement.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15471
This commit is contained in:
Eelco Dolstra 2009-05-06 14:03:26 +00:00
parent 89b8ab2d78
commit 5f70884dd3

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
${if stdenv ? glibc then "-Dusethreads" else ""} ${if stdenv ? glibc then "-Dusethreads" else ""}
''; '';
configureScript = "./Configure"; configureScript = "${stdenv.shell} ./Configure";
dontAddPrefix = true; dontAddPrefix = true;