nodejs_24: 24.9.0 -> 24.10.0 (#450638)
This commit is contained in:
@@ -17,14 +17,16 @@ let
|
|||||||
|
|
||||||
gypPatches =
|
gypPatches =
|
||||||
if stdenv.buildPlatform.isDarwin then
|
if stdenv.buildPlatform.isDarwin then
|
||||||
callPackage ./gyp-patches.nix { patch_tools = false; }
|
[
|
||||||
|
./gyp-patches-set-fallback-value-for-CLT-darwin.patch
|
||||||
|
]
|
||||||
else
|
else
|
||||||
[ ];
|
[ ];
|
||||||
in
|
in
|
||||||
buildNodejs {
|
buildNodejs {
|
||||||
inherit enableNpm;
|
inherit enableNpm;
|
||||||
version = "24.9.0";
|
version = "24.10.0";
|
||||||
sha256 = "f17bc4cb01f59098c34a288c1bb109a778867c14eeb0ebbd608d0617b1193bbf";
|
sha256 = "f17e36cb2cc8c34a9215ba57b55ce791b102e293432ed47ad63cbaf15f78678f";
|
||||||
patches =
|
patches =
|
||||||
(
|
(
|
||||||
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
|
if (stdenv.hostPlatform.emulatorAvailable buildPackages) then
|
||||||
|
|||||||
Reference in New Issue
Block a user