* Slight purity improvement.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15471
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
${if stdenv ? glibc then "-Dusethreads" else ""}
|
||||
'';
|
||||
|
||||
configureScript = "./Configure";
|
||||
configureScript = "${stdenv.shell} ./Configure";
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user