mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-15 13:45:54 +02:00
gnu: prosody: Add lua5.1-bitop to inputs.
It is required for mod_websocket on Lua 5.1 since Prosody 0.10. * gnu/packages/messaging.scm (prosody)[inputs]: Add lua5.1-bitop.
This commit is contained in:
@@ -711,6 +711,7 @@ a graphical desktop environment like GNOME.")
|
||||
;; Lua 5.1 is still recommended for production usage.
|
||||
;; See https://prosody.im/doc/packagers.
|
||||
("lua" ,lua-5.1)
|
||||
("lua5.1-bitop" ,lua5.1-bitop)
|
||||
("lua5.1-expat" ,lua5.1-expat)
|
||||
("lua5.1-socket" ,lua5.1-socket)
|
||||
("lua5.1-filesystem" ,lua5.1-filesystem)
|
||||
|
||||
Reference in New Issue
Block a user