From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH 0/7] Add Prosody Date: Mon, 22 Aug 2016 21:39:11 +0200 Message-ID: <20160822193918.27397-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbv4G-00084z-P6 for guix-devel@gnu.org; Mon, 22 Aug 2016 15:39:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbv4B-0008DA-Uk for guix-devel@gnu.org; Mon, 22 Aug 2016 15:39:32 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbv4B-0008D6-Ky for guix-devel@gnu.org; Mon, 22 Aug 2016 15:39:27 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Guix, this patch series adds a package for the XMPP server Prosody. The first patch is needed to allow Lua to load dynamic libraries via dlopen. I'm not sure about the naming. Prosody needs Lua 5.1, so I didn't even attempt to build the Lua packages for any later version. The variable names all have a "lua5.1-" prefix, but the packages themselves don't; should they? ~~ Ricardo Ricardo Wurmus (7): gnu: lua: Build with support for dynamic libraries. gnu: lua: Use "license:" prefix. gnu: Add lua5.1-expat. gnu: Add lua5.1-socket. gnu: Add lua5.1-filesystem. gnu: Add luasec. gnu: Add prosody. gnu/packages/lua.scm | 168 ++++++++++++++++++++++++++++++++++++++++++--- gnu/packages/messaging.scm | 78 ++++++++++++++++++++- 2 files changed, 236 insertions(+), 10 deletions(-) -- 2.9.2