Unverified Commit 26f02462 authored by aszlig's avatar aszlig
Browse files

Revert "chromium: remove preferLocalBuild"



This reverts commit fdb5cf81.

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

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 9de4cadd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,8 @@ in stdenv.mkDerivation {
      "$main/content/browser/browser_main_loop.cc"
  '';

  preferLocalBuild = true;

  passthru = {
    inherit version channel;
    plugins = fetchurl binary;