Skip to content

Commit 3177933

Browse files
authored
node-gyp: fix build (#398583)
2 parents c8a8d4f + 496f9de commit 3177933

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/no/node-gyp/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
postPatch = ''
2323
ln -s ${./package-lock.json} package-lock.json
24-
substituteInPlace gyp/pylib/gyp/**.py --replace-fail sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"'
24+
substituteInPlace gyp/pylib/gyp/**.py \
25+
--replace-quiet sys.platform '"${stdenv.targetPlatform.parsed.kernel.name}"'
2526
'';
2627

2728
dontNpmBuild = true;

0 commit comments

Comments
 (0)