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 15, 2024
1 parent a42c917 commit 8ef8cb8
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/pull/55863/commits/f60cc5871b3950a078356dbd30cb16ba64890916.patch?full_index=1";
hash = "sha256-A1/4NQ+ZvDLP1QmVJ/M6QoKd/XtsW187NfIwv9/6ewA=";
})
];
}

0 comments on commit 8ef8cb8

Please sign in to comment.