preferLocalBuild: revert a stdenv change

This commit is contained in:
Vladimír Čunát 2014-02-10 23:32:55 +01:00
parent 91b5aa7e10
commit e31523a369

View file

@ -92,6 +92,4 @@ stdenv.mkDerivation {
if stdenv.system == "mips64el-linux" then "ld.so.1" else
abort "don't know the name of the dynamic linker for this platform")
else "";
preferLocalBuild = true;
}