Skip to content

Commit 2b96c79

Browse files
committed
Revert "buildMozillaMach: use nss-esr for 140esr and older"
This reverts commit c4a261a. We need to postpone this after updating nss-esr to fix 140esr build #435439 (comment)
1 parent adc70ce commit 2b96c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/build-support/build-mozilla-mach/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ buildStdenv.mkDerivation {
577577
xorg.xorgproto
578578
zlib
579579
(
580-
if (lib.versionAtLeast version "141") then nss_latest else nss_esr # 3.90
580+
if (lib.versionAtLeast version "129") then nss_latest else nss_esr # 3.90
581581
)
582582
]
583583
++ lib.optional alsaSupport alsa-lib

0 commit comments

Comments
 (0)