Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
thunderbird*: switch default: 68 -> 78
Browse files Browse the repository at this point in the history
I didn't feel comfortable with *immediately* removing 68,
even though nixers have rollbacks etc.
  • Loading branch information
vcunat committed Sep 30, 2020
1 parent 46e27bc commit 2be2283
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -23568,6 +23568,7 @@ in

thonny = callPackage ../applications/editors/thonny { };

thunderbird = thunderbird-78;
thunderbird-78 = callPackage ../applications/networking/mailreaders/thunderbird {
inherit (rustPackages_1_44) cargo rustc;
libpng = libpng_apng;
Expand All @@ -23576,7 +23577,7 @@ in
gtk3Support = true;
};

thunderbird = callPackage ../applications/networking/mailreaders/thunderbird/68.nix {
thunderbird-68 = callPackage ../applications/networking/mailreaders/thunderbird/68.nix {
inherit (rustPackages_1_44) cargo rustc;
libpng = libpng_apng;
nss = nss_3_44;
Expand All @@ -23585,9 +23586,10 @@ in

thunderbolt = callPackage ../os-specific/linux/thunderbolt {};

thunderbird-bin = thunderbird-bin-78;
thunderbird-bin-78 = callPackage ../applications/networking/mailreaders/thunderbird-bin { };

thunderbird-bin = callPackage ../applications/networking/mailreaders/thunderbird-bin/68.nix { };
thunderbird-bin-68 = callPackage ../applications/networking/mailreaders/thunderbird-bin/68.nix { };

ticpp = callPackage ../development/libraries/ticpp { };

Expand Down

0 comments on commit 2be2283

Please sign in to comment.