buildMozillaMach: use nss-esr (3.112.x) for 140esr (and older) (#436130)

This commit is contained in:
Martin Weinelt
2025-08-31 15:06:32 +02:00
committed by GitHub
@@ -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