From 617a4732670d9f54a6843332ebf53de1c00e112d Mon Sep 17 00:00:00 2001 From: taku0 Date: Mon, 27 Jul 2020 23:39:25 +0900 Subject: thunderbird: copy thunderbird -> thunderbird-68 (cherry picked from commit a62d988aeba98dfeb9d6ff7c989bf15db54dee10) --- nixpkgs/pkgs/top-level/all-packages.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixpkgs/pkgs/top-level') 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 { -- cgit 1.4.1