We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a8d4f + 496f9de commit 3177933Copy full SHA for 3177933
pkgs/by-name/no/node-gyp/package.nix
@@ -21,7 +21,8 @@
21
22
postPatch = ''
23
ln -s ${./package-lock.json} package-lock.json
24
- substituteInPlace gyp/pylib/gyp/**.py --replace-fail sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"'
+ substituteInPlace gyp/pylib/gyp/**.py \
25
+ --replace-quiet sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"'
26
'';
27
28
dontNpmBuild = true;
0 commit comments