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:54:06 +01:00
parent 9de4caddc1
commit 26f024626c
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -80,6 +80,8 @@ in stdenv.mkDerivation {
"$main/content/browser/browser_main_loop.cc"
'';
preferLocalBuild = true;
passthru = {
inherit version channel;
plugins = fetchurl binary;