chromium: remove preferLocalBuild due to intense IO in VM tests

This commit is contained in:
Domen Kožar 2015-02-06 12:07:49 +01:00
parent d562614d52
commit 84bd62da0a

View File

@ -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;