nodejs_24: fix test (#420937)

authored by Yt and committed by GitHub aa430a4c c7a1d6d6

+7
+7
pkgs/development/web/nodejs/v24.nix
··· 51 51 ./node-npm-build-npm-package-logic.patch 52 52 ./use-correct-env-in-tests.patch 53 53 ./bin-sh-node-run-v22.patch 54 + 55 + # Fix for flaky test 56 + # TODO: remove when included in a release 57 + (fetchpatch2 { 58 + url = "https://github.com/nodejs/node/commit/cd685fe3b6b18d2a1433f2635470513896faebe6.patch?full_index=1"; 59 + hash = "sha256-KA7WBFnLXCKx+QVDGxFixsbj3Y7uJkAKEUTeLShI1Xo="; 60 + }) 54 61 ] 55 62 ++ lib.optionals (!stdenv.buildPlatform.isDarwin) [ 56 63 # test-icu-env is failing without the reverts