From 2b96c79244ded28eafb90b2f7fd2b651a627ff5f 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:15:54 +0200 Subject: [PATCH] Revert "buildMozillaMach: use nss-esr for 140esr and older" This reverts commit c4a261a0519d1353b86a02d3e0f67d9aad75ff3d. We need to postpone this after updating nss-esr to fix 140esr build https://github.com/NixOS/nixpkgs/pull/435439#discussion_r2295299515 --- pkgs/build-support/build-mozilla-mach/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/build-mozilla-mach/default.nix b/pkgs/build-support/build-mozilla-mach/default.nix index b7feccb768c0..75e94c5ccfd8 100644 --- a/pkgs/build-support/build-mozilla-mach/default.nix +++ b/pkgs/build-support/build-mozilla-mach/default.nix @@ -577,7 +577,7 @@ buildStdenv.mkDerivation { xorg.xorgproto zlib ( - if (lib.versionAtLeast version "141") then nss_latest else nss_esr # 3.90 + if (lib.versionAtLeast version "129") then nss_latest else nss_esr # 3.90 ) ] ++ lib.optional alsaSupport alsa-lib