* Curl is used during the bootstrap, so don't rely on pattern
substitution being efficient. svn path=/nixpkgs/branches/stdenv-updates/; revision=31792
This commit is contained in:
parent
91b19832c9
commit
3cf71dcfd1
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace configure --replace /usr/bin /no-such-path
|
||||
sed -e 's|/usr/bin|/no-such-path|g' -i.bak configure
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user