From 089bdce621c1e5e5ff85b5a6e8077c21bcee2685 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 22 Feb 2015 08:31:25 +0100 Subject: Re-re-revert "chromium: remove preferLocalBuild". This reverts commit 0696b0ef7843bbd50592bad64efeb61634052a8e. Okay, now finally, let's get this straight. We actually *want* preferLocalBuild, *because* we have improved the source splitup in c92dbffeac75afe93c05c1ef216e927f075755c5. 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 --- pkgs/applications/networking/browsers/chromium/source/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/browsers/chromium/source/default.nix b/pkgs/applications/networking/browsers/chromium/source/default.nix index e0e223647630..54430bb5be9f 100644 --- a/pkgs/applications/networking/browsers/chromium/source/default.nix +++ b/pkgs/applications/networking/browsers/chromium/source/default.nix @@ -80,6 +80,8 @@ in stdenv.mkDerivation { "$main/content/browser/browser_main_loop.cc" ''; + preferLocalBuild = true; + passthru = { inherit version channel; plugins = fetchurl binary; -- cgit 1.4.1