···361361 "test-process-initgroups"
362362 "test-process-setgroups"
363363 "test-process-uid-gid"
364364- "test-setproctitle"
365364 # This is a bit weird, but for some reason fs watch tests fail with
366365 # sandbox.
367366 "test-fs-promises-watch"
+6
pkgs/development/web/nodejs/v20.nix
···2727 ./bypass-darwin-xcrun-node16.patch
2828 ./node-npm-build-npm-package-logic.patch
2929 ./use-correct-env-in-tests.patch
3030+3131+ # TODO: remove when included in a release
3232+ (fetchpatch2 {
3333+ url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1";
3434+ hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE=";
3535+ })
3036 ]
3137 ++ gypPatches;
3238}
+6
pkgs/development/web/nodejs/v22.nix
···5151 ./node-npm-build-npm-package-logic.patch
5252 ./use-correct-env-in-tests.patch
5353 ./bin-sh-node-run-v22.patch
5454+5555+ # TODO: remove when included in a release
5656+ (fetchpatch2 {
5757+ url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1";
5858+ hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE=";
5959+ })
5460 ];
5561}
+6
pkgs/development/web/nodejs/v24.nix
···5151 ./node-npm-build-npm-package-logic.patch
5252 ./use-correct-env-in-tests.patch
5353 ./bin-sh-node-run-v22.patch
5454+5555+ # TODO: remove when included in a release
5656+ (fetchpatch2 {
5757+ url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1";
5858+ hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE=";
5959+ })
5460 ]
5561 ++ lib.optionals (!stdenv.buildPlatform.isDarwin) [
5662 # test-icu-env is failing without the reverts