Loading pkgs/by-name/no/node-gyp/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ postPatch = '' ln -s ${./package-lock.json} package-lock.json substituteInPlace gyp/pylib/gyp/**.py --replace-fail sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"' substituteInPlace gyp/pylib/gyp/**.py \ --replace-quiet sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"' ''; dontNpmBuild = true; Loading Loading
pkgs/by-name/no/node-gyp/package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,8 @@ postPatch = '' ln -s ${./package-lock.json} package-lock.json substituteInPlace gyp/pylib/gyp/**.py --replace-fail sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"' substituteInPlace gyp/pylib/gyp/**.py \ --replace-quiet sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"' ''; dontNpmBuild = true; Loading