Loading pkgs/development/web/nodejs/v24.nix +5 −3 Original line number Diff line number Diff line Loading @@ -17,14 +17,16 @@ let gypPatches = if stdenv.buildPlatform.isDarwin then callPackage ./gyp-patches.nix { patch_tools = false; } [ ./gyp-patches-set-fallback-value-for-CLT-darwin.patch ] else [ ]; in buildNodejs { inherit enableNpm; version = "24.9.0"; sha256 = "f17bc4cb01f59098c34a288c1bb109a778867c14eeb0ebbd608d0617b1193bbf"; version = "24.10.0"; sha256 = "f17e36cb2cc8c34a9215ba57b55ce791b102e293432ed47ad63cbaf15f78678f"; patches = ( if (stdenv.hostPlatform.emulatorAvailable buildPackages) then Loading Loading
pkgs/development/web/nodejs/v24.nix +5 −3 Original line number Diff line number Diff line Loading @@ -17,14 +17,16 @@ let gypPatches = if stdenv.buildPlatform.isDarwin then callPackage ./gyp-patches.nix { patch_tools = false; } [ ./gyp-patches-set-fallback-value-for-CLT-darwin.patch ] else [ ]; in buildNodejs { inherit enableNpm; version = "24.9.0"; sha256 = "f17bc4cb01f59098c34a288c1bb109a778867c14eeb0ebbd608d0617b1193bbf"; version = "24.10.0"; sha256 = "f17e36cb2cc8c34a9215ba57b55ce791b102e293432ed47ad63cbaf15f78678f"; patches = ( if (stdenv.hostPlatform.emulatorAvailable buildPackages) then Loading