telepathy-haze: drop

This commit is contained in:
Rafael Ieda
2025-11-04 11:09:07 -03:00
parent 6fc2c77396
commit 583db869be
2 changed files with 1 additions and 42 deletions
@@ -1,42 +0,0 @@
{
lib,
stdenv,
fetchurl,
pidgin,
telepathy-glib,
python3,
glib,
dbus-glib,
pkg-config,
libxslt,
}:
stdenv.mkDerivation rec {
pname = "telepathy-haze";
version = "0.8.1";
src = fetchurl {
url = "https://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-${version}.tar.gz";
hash = "sha256-cEvvpC7sIXPspLrAH/0AQBRmXyutRtyJSOVCM2TN4wo=";
};
buildInputs = [
glib
telepathy-glib
dbus-glib
pidgin
];
nativeBuildInputs = [
pkg-config
libxslt
python3
];
meta = {
description = "Telepathy connection manager based on libpurple";
homepage = "https://telepathy.freedesktop.org/components/telepathy-haze/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
};
}
+1
View File
@@ -1467,6 +1467,7 @@ mapAliases {
teamspeak5_client = throw "'teamspeak5_client' has been renamed to/replaced by 'teamspeak6-client'"; # Converted to throw 2025-10-27
teamspeak_client = throw "'teamspeak_client' has been renamed to/replaced by 'teamspeak3'"; # Converted to throw 2025-10-27
tegaki-zinnia-japanese = throw "'tegaki-zinnia-japanese' has been removed due to lack of maintenance"; # Added 2025-09-10
telepathy-haze = throw "'telepathy-haze' has been removed due to being unmaintained and broken since 2023"; # Added 2025-11-04
temporalite = throw "'temporalite' has been removed as it is obsolete and unmaintained, please use 'temporal-cli' instead (with `temporal server start-dev`)"; # Added 2025-06-26
temurin-bin-24 = throw "Temurin 24 has been removed as it has reached its end of life"; # Added 2025-10-04
temurin-jre-bin-24 = throw "Temurin 24 has been removed as it has reached its end of life"; # Added 2025-10-04