node-gyp: fix build (#398583)

This commit is contained in:
K900
2025-04-14 21:01:23 +03:00
committed by GitHub
+2 -1
View File
@@ -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;