Unverified Commit 63a1d0d0 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

buildMozillaMach: update nss version range

While building Firefox ESR with the latest NSS version generally works
we and upstream actually prefer using the ESR versions together.
parent a8fe4053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ buildStdenv.mkDerivation {
        xorg.xorgproto
        zlib
        (
          if (lib.versionAtLeast version "116") 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