Revert "chromium: remove preferLocalBuild"

This reverts commit fdb5cf8107.

The reason I'm reverting this is that the implications this had on the
IO load of Hydra are fixed by c92dbffeac.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2015-02-22 07:55:33 +01:00
parent 9de4caddc1
commit 26f024626c
@@ -80,6 +80,8 @@ in stdenv.mkDerivation {
"$main/content/browser/browser_main_loop.cc" "$main/content/browser/browser_main_loop.cc"
''; '';
preferLocalBuild = true;
passthru = { passthru = {
inherit version channel; inherit version channel;
plugins = fetchurl binary; plugins = fetchurl binary;