Commit 2418c0d2 authored by Yureka's avatar Yureka
Browse files

yarn-berry.fetchYarnBerryDeps: never run fixup phase

parent ac88b73a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ stdenv.mkDerivation (

    outputHashMode = "recursive";

    dontFixup = true; # fixup phase does the patching of the shebangs, and FODs must never contain nix store paths.

    passthru = {
      inherit berryVersion;
    };