Loading pkgs/build-support/node/build-npm-package/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ lib.extendMkDerivation { patches postPatch patchFlags nativeBuildInputs ; name = "${name}-npm-deps"; hash = npmDepsHash; Loading pkgs/build-support/node/fetch-npm-deps/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ , hash ? "" , forceGitDeps ? false , forceEmptyCache ? false , nativeBuildInputs ? [ ] , ... } @ args: let Loading @@ -169,7 +170,7 @@ stdenvNoCC.mkDerivation (args // { inherit name; nativeBuildInputs = [ prefetch-npm-deps ]; nativeBuildInputs = nativeBuildInputs ++ [ prefetch-npm-deps ]; buildPhase = '' runHook preBuild Loading Loading
pkgs/build-support/node/build-npm-package/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ lib.extendMkDerivation { patches postPatch patchFlags nativeBuildInputs ; name = "${name}-npm-deps"; hash = npmDepsHash; Loading
pkgs/build-support/node/fetch-npm-deps/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ , hash ? "" , forceGitDeps ? false , forceEmptyCache ? false , nativeBuildInputs ? [ ] , ... } @ args: let Loading @@ -169,7 +170,7 @@ stdenvNoCC.mkDerivation (args // { inherit name; nativeBuildInputs = [ prefetch-npm-deps ]; nativeBuildInputs = nativeBuildInputs ++ [ prefetch-npm-deps ]; buildPhase = '' runHook preBuild Loading