mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
preferLocalBuild: revert a stdenv change
This commit is contained in:
parent
91b5aa7e10
commit
e31523a369
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue