mutt-with-sidebar: remove, mutt provides sidebar

The sidebar patch has been included since 1.7.0 and is enabled by
default in regular mutt. Move mutt-with-sidebar to aliases and let it
provide regular mutt.
This commit is contained in:
Rouven Czerwinski 2022-09-17 12:21:09 +01:00
parent 1158501e7c
commit eaa981dcdc
2 changed files with 2 additions and 3 deletions

View File

@ -913,6 +913,7 @@ mapAliases ({
multimc = throw "multimc was removed from nixpkgs; use polymc instead (see https://github.com/NixOS/nixpkgs/pull/154051 for more information)"; # Added 2022-01-08
mumble_git = pkgs.mumble; # Added 2019-08-01
murmur_git = pkgs.murmur; # Added 2019-08-01
mutt-with-sidebar = mutt; # Added 2022-09-17
mysql-client = hiPrio mariadb.client;
mysql = mariadb; # moved from top-level 2021-03-14

View File

@ -29838,9 +29838,7 @@ with pkgs;
mmh = callPackage ../applications/networking/mailreaders/mmh { };
mutt = callPackage ../applications/networking/mailreaders/mutt { };
mutt-with-sidebar = mutt.override {
withSidebar = true;
};
mutt-wizard = callPackage ../tools/misc/mutt-wizard { };
mutt-ics = callPackage ../tools/networking/mutt-ics { };