Unverified Commit 2b96c792 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Revert "buildMozillaMach: use nss-esr for 140esr and older"

This reverts commit c4a261a0.
We need to postpone this after updating nss-esr to fix 140esr build
https://github.com/NixOS/nixpkgs/pull/435439#discussion_r2295299515
parent adc70ce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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