guix-patches
[Top][All Lists]
Advanced

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

[bug#29425] [PATCH 2/6] gnu: prosody: Add lua5.1-bitop to inputs.


From: Clément Lassieur
Subject: [bug#29425] [PATCH 2/6] gnu: prosody: Add lua5.1-bitop to inputs.
Date: Fri, 24 Nov 2017 17:52:23 +0100

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 a43924e3c..51f7c162c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -709,6 +709,7 @@ a graphical desktop environment like GNOME.")
      `(("libidn" ,libidn)
        ("openssl" ,openssl)
        ("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)
-- 
2.15.0






reply via email to

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