node-gyp: fix build
This commit is contained in:
parent
31180a926e
commit
496f9de7af
@ -21,7 +21,8 @@
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
ln -s ${./package-lock.json} package-lock.json
|
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;
|
dontNpmBuild = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user