chromium: Prefer local build on source derivation.

It doesn't make sense to do the splitting of the source code on a remote
machine, so don't try to do it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-04-19 08:05:16 +02:00
parent 111caaad53
commit d072234282
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -69,6 +69,8 @@ stdenv.mkDerivation {
rm -rf "$out/tools/gyp" # XXX: Don't even copy it in the first place. rm -rf "$out/tools/gyp" # XXX: Don't even copy it in the first place.
''; '';
preferLocalBuild = true;
passthru = { passthru = {
inherit version channel; inherit version channel;
plugins = fetchurl binary; plugins = fetchurl binary;