summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-11-19 01:13:47 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-11-19 01:15:20 +0100
commita322b32e9d74fb476944ff6cfb55833dc69cfaaa (patch)
tree21fe8ccb05f4ca9d2a2f93f6cc64e5b10e0ba95d /pkgs/applications
parente5f945b13b3f6a39ec9fbb66c9794b277dc32aa1 (diff)
thunderbird: use nss_3_53 instead of nss
This fixes up the changes done in #104176 where I forgot to include this now required change.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 57d12b38dcdc..c982f6db485b 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -32,7 +32,7 @@
, nasm
, nodejs
, nspr
-, nss
+, nss_3_53
, pango
, perl
, pkgconfig
@@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
libvpx
libwebp
nspr
- nss
+ nss_3_53
pango
perl
sqlite
@@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE =[
"-I${glib.dev}/include/gio-unix-2.0"
- "-I${nss.dev}/include/nss"
+ "-I${nss_3_53.dev}/include/nss"
];
patches = [