mango: rename from mangowc

This commit is contained in:
yvnth
2026-06-23 13:39:13 +05:30
parent f033c5e234
commit c930c98d26
2 changed files with 4 additions and 1 deletions
@@ -23,7 +23,9 @@
libGL,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mangowc";
__structuredAttrs = true;
strictDeps = true;
pname = "mango";
version = "0.14.4";
src = fetchFromGitHub {
+1
View File
@@ -1463,6 +1463,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
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