Skip to content

Commit 544076a

Browse files
committed
betterbird{,-unwrapped}: drop
1 parent 7eabf55 commit 544076a

File tree

3 files changed

+2
-136
lines changed

3 files changed

+2
-136
lines changed

pkgs/applications/networking/mailreaders/betterbird/default.nix

Lines changed: 0 additions & 130 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ mapAliases {
129129
bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
130130
bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
131131
BeatSaberModManager = beatsabermodmanager; # Added 2024-06-12
132+
betterbird = throw "betterbird has been removed as there were insufficient maintainer resources to keep up with security updates"; # Added 2024-10-25
133+
betterbird-unwrapped = throw "betterbird has been removed as there were insufficient maintainer resources to keep up with security updates"; # Added 2024-10-25
132134
bibata-extra-cursors = throw "bibata-cursors has been removed as it was broken"; # Added 2024-07-15
133135
bitcoin-unlimited = throw "bitcoin-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
134136
bitcoind-unlimited = throw "bitcoind-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32760,12 +32760,6 @@ with pkgs;
3276032760

3276132761
thokr = callPackage ../applications/misc/thokr { };
3276232762

32763-
betterbird-unwrapped = callPackage ../applications/networking/mailreaders/betterbird { };
32764-
betterbird = wrapThunderbird betterbird-unwrapped {
32765-
desktopName = "Betterbird";
32766-
pname = "betterbird";
32767-
};
32768-
3276932763
thunderbirdPackages = recurseIntoAttrs (callPackage ../applications/networking/mailreaders/thunderbird/packages.nix {
3277032764
callPackage = newScope {
3277132765
inherit (rustPackages) cargo rustc;

0 commit comments

Comments
 (0)