weechatScripts.weechat-matrix: init at unstable-2019-11-10

This commit is contained in:
tilpner
2019-11-16 23:06:50 -08:00
committed by Jon
parent 08eb8dc3eb
commit 8150b587bd
2 changed files with 61 additions and 1 deletions
@@ -1,10 +1,12 @@
{ callPackage, luaPackages }:
{ callPackage, luaPackages, python3Packages }:
{
weechat-matrix-bridge = callPackage ./weechat-matrix-bridge {
inherit (luaPackages) cjson luaffi;
};
weechat-matrix = python3Packages.callPackage ./weechat-matrix { };
wee-slack = callPackage ./wee-slack { };
weechat-autosort = callPackage ./weechat-autosort { };