tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nodejs_24: fix test (#420937)
authored by
Yt
and committed by
GitHub
6 months ago
aa430a4c
c7a1d6d6
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
web
nodejs
v24.nix
+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
54
+
55
55
+
# Fix for flaky test
56
56
+
# TODO: remove when included in a release
57
57
+
(fetchpatch2 {
58
58
+
url = "https://github.com/nodejs/node/commit/cd685fe3b6b18d2a1433f2635470513896faebe6.patch?full_index=1";
59
59
+
hash = "sha256-KA7WBFnLXCKx+QVDGxFixsbj3Y7uJkAKEUTeLShI1Xo=";
60
60
+
})
54
61
]
55
62
++ lib.optionals (!stdenv.buildPlatform.isDarwin) [
56
63
# test-icu-env is failing without the reverts