1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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;
}