lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chromium: remove preferLocalBuild

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 <domen@dev.si>

-2
-2
pkgs/applications/networking/browsers/chromium/source/default.nix
··· 74 74 cat $opensslPatches | patch -p1 -d "$bundled/openssl/openssl" 75 75 ''; 76 76 77 - preferLocalBuild = true; 78 - 79 77 passthru = { 80 78 inherit version channel; 81 79 plugins = fetchurl binary;