chromium: remove preferLocalBuild due to intense IO in VM tests
(cherry picked from commit 84bd62da0a63e18fa285bacf0e648b82d601816e) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
@@ -63,8 +63,6 @@ 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user