forked from mirrors/nixpkgs
Revert "chromium: remove preferLocalBuild"
This reverts commit84bd62da0a
. The reason I'm reverting this is that the implications this had on the IO load of Hydra are fixed byba0f957d7b
. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
8a13fb2482
commit
5b3383b288
|
@ -80,6 +80,8 @@ in stdenv.mkDerivation {
|
|||
"$main/content/browser/browser_main_loop.cc"
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
passthru = {
|
||||
inherit version channel;
|
||||
plugins = fetchurl binary;
|
||||
|
|
Loading…
Reference in a new issue