We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7a1d6d + f4c47d8 commit aa430a4Copy full SHA for aa430a4
1 file changed
pkgs/development/web/nodejs/v24.nix
@@ -51,6 +51,13 @@ buildNodejs {
51
./node-npm-build-npm-package-logic.patch
52
./use-correct-env-in-tests.patch
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
+ })
61
]
62
++ lib.optionals (!stdenv.buildPlatform.isDarwin) [
63
# test-icu-env is failing without the reverts
0 commit comments