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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user