mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
chromium: remove preferLocalBuild due to intense IO in VM tests
This commit is contained in:
parent
d562614d52
commit
84bd62da0a
@ -63,8 +63,6 @@ stdenv.mkDerivation {
|
||||
rm -rf "$out/tools/gyp" # XXX: Don't even copy it in the first place.
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
passthru = {
|
||||
inherit version channel;
|
||||
plugins = fetchurl binary;
|
||||
|
Loading…
Reference in New Issue
Block a user