* 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 ""}
|
||||
'';
|
||||
|
||||
configureScript = "./Configure";
|
||||
configureScript = "${stdenv.shell} ./Configure";
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user