Unverified Commit c4a261a0 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

buildMozillaMach: use nss-esr for 140esr and older

parent 4baea468
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 "129") then nss_latest else nss_esr # 3.90
        if (lib.versionAtLeast version "141") then nss_latest else nss_esr # 3.90
      )
    ]
    ++ lib.optional alsaSupport alsa-lib