yarn-berry.fetchYarnBerryDeps: never run fixup phase
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user