forked from mirrors/nixpkgs
* Slight purity improvement.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15471
This commit is contained in:
parent
89b8ab2d78
commit
5f70884dd3
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue