weechatScripts.weechat-xmpp: remove

This plugin is fairly outdated and depends on python2 libraries that
don't receive any updates either (xmpppy for instance[1]).

[1] https://pypi.org/project/xmpppy/
This commit is contained in:
Maximilian Bosch
2019-09-05 20:03:46 +02:00
parent 689a50f3a2
commit e4bc0e2b5f
5 changed files with 14 additions and 58 deletions
@@ -1,10 +1,6 @@
{ callPackage, luaPackages }:
{
weechat-xmpp = callPackage ./weechat-xmpp {
inherit (pythonPackages) pydns;
};
weechat-matrix-bridge = callPackage ./weechat-matrix-bridge {
inherit (luaPackages) cjson luaffi;
};