Unverified Commit 8215dcb0 authored by Winter's avatar Winter Committed by GitHub
Browse files

Don't pass nativeBuildInputs from buildNpmPackage to fetchNpmDeps (#395547)

parents 31da4b2c 1e9054da
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;