guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: prosody: Add lua5.1-bitop to inputs.


From: Clément Lassieur
Subject: 03/09: gnu: prosody: Add lua5.1-bitop to inputs.
Date: Sun, 26 Nov 2017 09:36:08 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 3ba501083d724b4a86bf27c93e0d7b4db3e6c04b
Author: Clément Lassieur <address@hidden>
Date:   Fri Nov 24 17:20:15 2017 +0100

    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.
---
 gnu/packages/messaging.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index e6c63e3..b6452c5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]