pidginPackages.purple-hangouts: drop (#443649)
This commit is contained in:
@@ -46,8 +46,6 @@ lib.makeScope newScope (
|
||||
|
||||
purple-googlechat = callPackage ./purple-googlechat { };
|
||||
|
||||
purple-hangouts = callPackage ./purple-hangouts { };
|
||||
|
||||
purple-lurch = callPackage ./purple-lurch { };
|
||||
|
||||
purple-mm-sms = callPackage ./purple-mm-sms { };
|
||||
@@ -70,5 +68,6 @@ lib.makeScope newScope (
|
||||
// lib.optionalAttrs config.allowAliases {
|
||||
purple-matrix = throw "'pidginPackages.purple-matrix' has been unmaintained since April 2022, so it was removed.";
|
||||
pidgin-skypeweb = throw "'pidginPackages.pidgin-skypeweb' has been removed since Skype was shut down in May 2025.";
|
||||
purple-hangouts = throw "'pidginPackages.purple-hangouts' has been removed as Hangouts Classic is obsolete and migrated to Google Chat.";
|
||||
}
|
||||
)
|
||||
|
||||
-40
@@ -1,40 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchhg,
|
||||
pidgin,
|
||||
glib,
|
||||
json-glib,
|
||||
protobuf,
|
||||
protobufc,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "purple-hangouts-hg";
|
||||
version = "2018-12-02";
|
||||
|
||||
src = fetchhg {
|
||||
url = "https://bitbucket.org/EionRobb/purple-hangouts/";
|
||||
rev = "cccf2f6";
|
||||
sha256 = "1zd1rlzqvw1zkb0ydyz039n3xa1kv1f20a4l6rkm9a8sp6rpf3pi";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pidgin
|
||||
glib
|
||||
json-glib
|
||||
protobuf
|
||||
protobufc
|
||||
];
|
||||
|
||||
PKG_CONFIG_PURPLE_PLUGINDIR = "${placeholder "out"}/lib/purple-2";
|
||||
PKG_CONFIG_PURPLE_DATADIR = "${placeholder "out"}/share";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://bitbucket.org/EionRobb/purple-hangouts";
|
||||
description = "Native Hangouts support for pidgin";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
@@ -2098,6 +2098,7 @@ mapAliases {
|
||||
ptask = throw "'ptask' has been removed because its upstream is unavailable"; # Added 2025-05-10
|
||||
purple-signald = throw "'purple-signald' has been removed due to lack of upstream maintenance"; # Added 2025-05-17
|
||||
purple-matrix = throw "'purple-matrix' has been unmaintained since April 2022, so it was removed."; # Added 2025-09-01
|
||||
purple-hangouts = throw "'purple-hangouts' has been removed as Hangouts Classic is obsolete and migrated to Google Chat."; # Added 2025-09-17
|
||||
pwndbg = throw "'pwndbg' has been removed due to dependency version incompatibilities that are infeasible to maintain in nixpkgs. Use the downstream flake that pwndbg provides instead: https://github.com/pwndbg/pwndbg"; # Added 2025-02-09
|
||||
pxlib = throw "pxlib has been removed due to failing to build and lack of upstream maintenance"; # Added 2025-04-28
|
||||
pxview = throw "pxview has been removed due to failing to build and lack of upstream maintenance"; # Added 2025-04-28
|
||||
@@ -2761,7 +2762,6 @@ mapAliases {
|
||||
pidgin-window-merge
|
||||
purple-discord
|
||||
purple-googlechat
|
||||
purple-hangouts
|
||||
purple-lurch
|
||||
purple-mm-sms
|
||||
purple-plugin-pack
|
||||
|
||||
Reference in New Issue
Block a user