about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-07-19 21:10:38 +0200
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:29 +0000
commit46094cacb01d89866930c5d1fc172db6b3d22a38 (patch)
tree68bca52006adb8d423cc4c0884435409393ddf21 /nixpkgs
parentd0a9f2f670000db7562da7730b0771af49b74500 (diff)
downloadnixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar.gz
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar.bz2
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar.lz
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar.xz
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.tar.zst
nixlib-46094cacb01d89866930c5d1fc172db6b3d22a38.zip
thunderbird: fix build after nss update
/cc nss PR #91746

(cherry picked from commit 939337f4d59dc3c6cccbd859870297ec574c0136)
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/top-level/all-packages.nix b/nixpkgs/pkgs/top-level/all-packages.nix
index fdcf27152abf..461cb5c29c98 100644
--- a/nixpkgs/pkgs/top-level/all-packages.nix
+++ b/nixpkgs/pkgs/top-level/all-packages.nix
@@ -22473,6 +22473,7 @@ in
     inherit (rustPackages_1_44) cargo rustc;
     libpng = libpng_apng;
     gtk3Support = true;
+    nss = nss_3_44; # 68.x won't build with newest nss anymore (like firefox-esr-68)
   };
 
   thunderbolt = callPackage ../os-specific/linux/thunderbolt {};