summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-09-18 09:02:38 +0200
committerGitHub <noreply@github.com>2022-09-18 09:02:38 +0200
commit90aee0ae9a79120a1e877ab6f7778f84b2f214cc (patch)
tree8dc6dc0ff59303c4fb46fe62e4021c56df7b4757
parent5818146085b20821198c794d3fa10e8a01f66344 (diff)
parenteaa981dcdcf2ce3789132ed04cb8d7279854526c (diff)
downloadnixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar.gz
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar.bz2
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar.lz
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar.xz
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.tar.zst
nixpkgs-90aee0ae9a79120a1e877ab6f7778f84b2f214cc.zip
Merge pull request #191641 from Emantor/deprecate/mutt-with-sidebar
mutt-with-sidebar: remove, mutt provides sidebar
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 6abfacc7d72..0df3ba637ae 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -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
 
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 60b755cd537..7cf371ecbd3 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -29881,9 +29881,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 { };