Re-re-revert "chromium: remove preferLocalBuild".

This reverts commit 0696b0ef78.

Okay, now finally, let's get this straight. We actually *want*
preferLocalBuild, *because* we have improved the source splitup in
c92dbffeac.

The idea is to use local builds in order to prevent the source being
pushed to a remote machine, splitted up there (and thus copied again)
and then being copied *again* FROM the remote machine.

"DOH!" - as @edolstra or @rbvermaa would call it... and good d^Hnight.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-02-22 08:31:25 +01:00
parent 7cd6dd9ada
commit 089bdce621
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;