From 94e3e1195e79867dd6c5c5bb50d39332e1e9bfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 20 Sep 2015 01:11:10 +0200 Subject: [PATCH] chromium: remove preferLocalBuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's another attempt to fix chromium builds. See http://hydra.nixos.org/build/26086977/nixlog/4/raw Unpacking sources is actually taking more than 2h so build fails. Instead, rather build it remotely and then copy over the output as we don't have limits for download time. See 089bdce621c1e5e5ff85b5a6e8077c21bcee2685 for reference cc @aszlig (cherry picked from commit cef54e7d67870ff68c9787ff60cd50ca4bf1d8af) Signed-off-by: Domen Kožar --- .../networking/browsers/chromium/source/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/chromium/source/default.nix b/pkgs/applications/networking/browsers/chromium/source/default.nix index 732568291d34..965c7885416c 100644 --- a/pkgs/applications/networking/browsers/chromium/source/default.nix +++ b/pkgs/applications/networking/browsers/chromium/source/default.nix @@ -74,8 +74,6 @@ in stdenv.mkDerivation { cat $opensslPatches | patch -p1 -d "$bundled/openssl/openssl" ''; - preferLocalBuild = true; - passthru = { inherit version channel; plugins = fetchurl binary;