1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-21 00:49:27 +03:00

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