Commit 1e9054da authored by Herwig Hochleitner's avatar Herwig Hochleitner
Browse files

Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps

This partially reverts commit fff29a3e.
parent 2f176b5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ lib.extendMkDerivation {
          patches
          postPatch
          patchFlags
          nativeBuildInputs
          ;
        name = "${name}-npm-deps";
        hash = npmDepsHash;