mangowc: alias mango instead of throwing

See https://github.com/NixOS/nixpkgs/pull/539030#issuecomment-4930104543
This commit is contained in:
Michael Daniels
2026-07-25 11:55:37 -04:00
parent 2822a3acce
commit e27d2a93fd
+1 -1
View File
@@ -1473,7 +1473,7 @@ mapAliases {
mailnagWithPlugins = throw "mailnagWithPlugins has been removed because mailnag has been marked as broken since 2022."; # Added 2025-10-12
makeOverridable = warnAlias "'makeOverridable' has been removed from pkgs, use `lib.makeOverridable` instead" lib.makeOverridable; # Added 2025-10-30
manaplus = throw "manaplus has been removed, as it was broken"; # Added 2025-08-25
mangowc = throw "'mangowc' has been renamed to 'mango'"; # Added 2026-06-23
mangowc = mango; # Added 2026-06-23
manrope = throw "'manrope' has been removed because its source has been pulled"; # Added 2025-12-20
mariadb-client = throw "mariadb-client has been renamed to mariadb.client"; # Converted to throw 2025-10-26
marwaita-manjaro = throw "'marwaita-manjaro' has been renamed to/replaced by 'marwaita-teal'"; # Converted to throw 2025-10-27