mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps (#395547)
This commit is contained in:
commit
8215dcb0ec
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue