forked from mirrors/nixpkgs
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. See089bdce621
for reference cc @aszlig (cherry picked from commitcef54e7d67
) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
aaa985e317
commit
94e3e1195e
|
@ -74,8 +74,6 @@ in stdenv.mkDerivation {
|
|||
cat $opensslPatches | patch -p1 -d "$bundled/openssl/openssl"
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
passthru = {
|
||||
inherit version channel;
|
||||
plugins = fetchurl binary;
|
||||
|
|
Loading…
Reference in a new issue