Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps (#395547)

This commit is contained in:
Winter
2025-04-02 15:12:06 -04:00
committed by GitHub
@@ -63,7 +63,6 @@ lib.extendMkDerivation {
patches
postPatch
patchFlags
nativeBuildInputs
;
name = "${name}-npm-deps";
hash = npmDepsHash;