We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc70ce commit 2b96c79Copy full SHA for 2b96c79
pkgs/build-support/build-mozilla-mach/default.nix
@@ -577,7 +577,7 @@ buildStdenv.mkDerivation {
577
xorg.xorgproto
578
zlib
579
(
580
- 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
581
)
582
]
583
++ lib.optional alsaSupport alsa-lib
0 commit comments