From 0d30edcec60c84a608c34b16824259dd32c09db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 23 Aug 2025 11:40:28 +0200 Subject: [PATCH] Reapply "buildMozillaMach: use nss-esr for 140esr and older" This reverts commit 2b96c79244ded28eafb90b2f7fd2b651a627ff5f. --- pkgs/build-support/build-mozilla-mach/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/build-support/build-mozilla-mach/default.nix b/pkgs/build-support/build-mozilla-mach/default.nix index 8dc3dd3b9e40..86d780979a72 100644 --- a/pkgs/build-support/build-mozilla-mach/default.nix +++ b/pkgs/build-support/build-mozilla-mach/default.nix @@ -575,10 +575,10 @@ buildStdenv.mkDerivation { ( if (lib.versionAtLeast version "143") then nss_latest - else if (lib.versionAtLeast version "129") then + else if (lib.versionAtLeast version "141") then nss_3_114 else - nss_esr # 3.90 + nss_esr ) ] ++ lib.optional alsaSupport alsa-lib