Revert "buildMozillaMach: use nss-esr for 140esr and older"

This reverts commit c4a261a051.
We need to postpone this after updating nss-esr to fix 140esr build
https://github.com/NixOS/nixpkgs/pull/435439#discussion_r2295299515
This commit is contained in:
Vladimír Čunát
2025-08-23 11:15:54 +02:00
parent adc70ce776
commit 2b96c79244
@@ -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