Revert "buildMozillaMach: use nss-esr for 140esr and older" (#436135)
This commit is contained in:
@@ -577,7 +577,7 @@ buildStdenv.mkDerivation {
|
|||||||
xorg.xorgproto
|
xorg.xorgproto
|
||||||
zlib
|
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
|
++ lib.optional alsaSupport alsa-lib
|
||||||
|
|||||||
Reference in New Issue
Block a user