about summary refs log tree commit diff
path: root/nixpkgs/pkgs/top-level
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2020-07-27 23:39:25 +0900
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:52:40 +0000
commit617a4732670d9f54a6843332ebf53de1c00e112d (patch)
tree793df6e2eaf6981e1f46e71429a8661ad2da4248 /nixpkgs/pkgs/top-level
parent59824515a6c94ea660343dad936882f321a4dd31 (diff)
downloadnixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar.gz
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar.bz2
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar.lz
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar.xz
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.tar.zst
nixlib-617a4732670d9f54a6843332ebf53de1c00e112d.zip
thunderbird: copy thunderbird -> thunderbird-68
(cherry picked from commit a62d988aeba98dfeb9d6ff7c989bf15db54dee10)
Diffstat (limited to 'nixpkgs/pkgs/top-level')
-rw-r--r--nixpkgs/pkgs/top-level/all-packages.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/top-level/all-packages.nix b/nixpkgs/pkgs/top-level/all-packages.nix
index 461cb5c29c98..9169795f542d 100644
--- a/nixpkgs/pkgs/top-level/all-packages.nix
+++ b/nixpkgs/pkgs/top-level/all-packages.nix
@@ -22476,6 +22476,13 @@ in
     nss = nss_3_44; # 68.x won't build with newest nss anymore (like firefox-esr-68)
   };
 
+  thunderbird-68 = callPackage ../applications/networking/mailreaders/thunderbird/68.nix {
+    inherit (rustPackages_1_44) cargo rustc;
+    libpng = libpng_apng;
+    nss = nss_3_44;
+    gtk3Support = true;
+  };
+
   thunderbolt = callPackage ../os-specific/linux/thunderbolt {};
 
   thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin {