lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Martin Weinelt and committed by
GitHub
b6e3a2d6 33bedf3c

+2 -2
+2 -2
pkgs/build-support/build-mozilla-mach/default.nix
··· 575 575 ( 576 576 if (lib.versionAtLeast version "143") then 577 577 nss_latest 578 - else if (lib.versionAtLeast version "129") then 578 + else if (lib.versionAtLeast version "141") then 579 579 nss_3_114 580 580 else 581 - nss_esr # 3.90 581 + nss_esr 582 582 ) 583 583 ] 584 584 ++ lib.optional alsaSupport alsa-lib