gcc-wrapper: preferLocalBuild, as it does little work
This is re-revert of e31523a369
.
This commit is contained in:
parent
25f0b7cb50
commit
de11c288c1
@ -73,6 +73,8 @@ stdenv.mkDerivation {
|
||||
abort "don't know the name of the dynamic linker for this platform");
|
||||
};
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta =
|
||||
let gcc_ = if gcc != null then gcc else {}; in
|
||||
(if gcc_ ? meta then removeAttrs gcc.meta ["priority"] else {}) //
|
||||
|
Loading…
Reference in New Issue
Block a user