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

chromium: remove preferLocalBuild due to intense IO in VM tests



(cherry picked from commit 84bd62da)
Signed-off-by: default avatarDomen Kožar <domen@dev.si>
parent 4060b86b
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;