3
0
Fork 0
forked from mirrors/nixpkgs

Revert "chromium: remove preferLocalBuild"

This reverts commit 84bd62da0a.

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

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-02-22 07:54:06 +01:00
parent 8a13fb2482
commit 5b3383b288
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;