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
commit 8215dcb0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,6 @@ lib.extendMkDerivation {
patches
postPatch
patchFlags
nativeBuildInputs
;
name = "${name}-npm-deps";
hash = npmDepsHash;