Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps

This partially reverts commit fff29a3e5f.
This commit is contained in:
Herwig Hochleitner 2025-04-02 20:31:48 +02:00
parent 2f176b5def
commit 1e9054da3b

View File

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