Skip to content

Commit

Permalink
nodejs_23: add patches to fix parallel-os test
Browse files Browse the repository at this point in the history
FIXME: remove after a point release containing the patches
  • Loading branch information
JohnRTitor committed Nov 20, 2024
1 parent a42c917 commit 71e4f92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/web/nodejs/v23.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,15 @@ buildNodejs {
hash = "sha256-gmIyiSyNzC3pClL1SM2YicckWM+/2tsbV1xv2S3d5G0=";
revert = true;
})
# Fix for https://github.com/NixOS/nixpkgs/issues/355919
# FIXME: remove after a minor point release
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/a094a8166cd772f89e92b5deef168e5e599fa815.patch?full_index=1";
hash = "sha256-5FZfozYWRa1ZI/f+e+xpdn974Jg2DbiHbua13XUQP5E=";
})
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/7f40deae6fee1534512ce25b25f9b89ec7e96aee.patch?full_index=1";
hash = "sha256-CV0gN4kzScKjK4o4QIV0YggW7uAkyz+r16mpbccIT7c=";
})
];
}

0 comments on commit 71e4f92

Please sign in to comment.