Skip to content

Commit

Permalink
nodejs_23: add possible fix for NixOS#355919
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Nov 15, 2024
1 parent 5bf8cff commit 22755ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/web/nodejs/v23.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,11 @@ buildNodejs {
hash = "sha256-gmIyiSyNzC3pClL1SM2YicckWM+/2tsbV1xv2S3d5G0=";
revert = true;
})
# possible fix for https://github.com/NixOS/nixpkgs/issues/355919
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/a094a8166cd772f89e92b5deef168e5e599fa815.patch?full_index=1";
hash = "";
revert = true;
})
];
}

0 comments on commit 22755ba

Please sign in to comment.