node-gyp: fix build

This commit is contained in:
Robert Schütz 2025-04-14 07:49:42 -07:00
parent 31180a926e
commit 496f9de7af

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;