Commit 84bd62da authored by Domen Kožar's avatar Domen Kožar
Browse files

chromium: remove preferLocalBuild due to intense IO in VM tests

parent d562614d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;