weechat-matrix-bridge: use luaffi from luaPackages

This commit is contained in:
Luka Blaskovic
2019-08-24 10:05:00 +00:00
parent e9b136e400
commit 55ae5ff593
2 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@
};
weechat-matrix-bridge = callPackage ./weechat-matrix-bridge {
inherit (luaPackages) cjson;
inherit (luaPackages) cjson luaffi;
};
wee-slack = callPackage ./wee-slack {