summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox/common.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-09-06 15:51:59 +0200
committerajs124 <git@ajs124.de>2023-09-06 17:08:52 +0200
commit82527892e46a17cff16c5842e2354a7f5b8d0025 (patch)
tree931383256e5b9c2b983e9ac313647b625845dedf /pkgs/applications/networking/browsers/firefox/common.nix
parentb167e0cb88ff5a72fd755c40659f0564a7b35f6c (diff)
downloadnixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar.gz
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar.bz2
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar.lz
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar.xz
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.tar.zst
nixpkgs-82527892e46a17cff16c5842e2354a7f5b8d0025.zip
firefox-esr: use nss_esr as intended
Firefox 115 is meant against nss 3.90, as you can see e.g. in
https://hg.mozilla.org/releases/mozilla-release/file/FIREFOX_115_0_3_RELEASE/security/nss/TAG-INFO
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox/common.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 753e1c9d59e..bb4b1ba0a85 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -469,7 +469,7 @@ buildStdenv.mkDerivation {
   # icu73 changed how it follows symlinks which breaks in the firefox sandbox
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1839287
   ++ [ (if (lib.versionAtLeast version "115") then icu else icu72) ]
-  ++ [ (if (lib.versionAtLeast version "103") then nss_latest else nss_esr) ]
+  ++ [ (if (lib.versionAtLeast version "116") then nss_latest else nss_esr/*3.90*/) ]
   ++ lib.optional  alsaSupport alsa-lib
   ++ lib.optional  jackSupport libjack2
   ++ lib.optional  pulseaudioSupport libpulseaudio # only headers are needed