Skip to content

Commit 8215dcb

Browse files
authored
Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps (#395547)
2 parents 31da4b2 + 1e9054d commit 8215dcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/build-support/node/build-npm-package/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ lib.extendMkDerivation {
6363
patches
6464
postPatch
6565
patchFlags
66-
nativeBuildInputs
6766
;
6867
name = "${name}-npm-deps";
6968
hash = npmDepsHash;

0 commit comments

Comments
 (0)