preferLocalBuild: revert a stdenv change
This commit is contained in:
parent
91b5aa7e10
commit
e31523a369
@ -92,6 +92,4 @@ stdenv.mkDerivation {
|
|||||||
if stdenv.system == "mips64el-linux" then "ld.so.1" else
|
if stdenv.system == "mips64el-linux" then "ld.so.1" else
|
||||||
abort "don't know the name of the dynamic linker for this platform")
|
abort "don't know the name of the dynamic linker for this platform")
|
||||||
else "";
|
else "";
|
||||||
|
|
||||||
preferLocalBuild = true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user