mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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:
parent
111caaad53
commit
d072234282
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user