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 patches
postPatch postPatch
patchFlags patchFlags
nativeBuildInputs
; ;
name = "${name}-npm-deps"; name = "${name}-npm-deps";
hash = npmDepsHash; hash = npmDepsHash;