From 8fd955d8599f86bc1f0dd89fae07ef6600e4a8d0 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 29 Aug 2025 08:25:04 +0200 Subject: [PATCH] nodejs_20: fix build on staging --- pkgs/development/web/nodejs/v20.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/web/nodejs/v20.nix b/pkgs/development/web/nodejs/v20.nix index a00dccfaf968..a84a43edcf4d 100644 --- a/pkgs/development/web/nodejs/v20.nix +++ b/pkgs/development/web/nodejs/v20.nix @@ -29,6 +29,11 @@ buildNodejs { ./use-correct-env-in-tests.patch # TODO: remove when included in a release + (fetchpatch2 { + url = "https://github.com/nodejs/node/commit/8caa1dcee63b2c6fd7a9edf9b9a6222b38a2cf62.patch?full_index=1"; + hash = "sha256-DtN0bpYfo5twHz2GrLLgq4Bu2gFYTkNPMRKhrgeYRyA="; + includes = [ "test/parallel/test-setproctitle.js" ]; + }) (fetchpatch2 { url = "https://github.com/nodejs/node/commit/499a5c345165f0d4a94b98d08f1ace7268781564.patch?full_index=1"; hash = "sha256-wF4+CytC1OB5egJGOfLm1USsYY12f9kADymVrxotezE=";