From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: Add murmur. Date: Wed, 1 Feb 2017 20:43:11 +0000 Message-ID: <20170201204312.3005-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ1kV-0004fB-MV for guix-devel@gnu.org; Wed, 01 Feb 2017 15:43:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ1kR-0002Kn-Qj for guix-devel@gnu.org; Wed, 01 Feb 2017 15:43:27 -0500 Received: from aibo.runbox.com ([91.220.196.211]:60684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZ1kR-0002Js-Jx for guix-devel@gnu.org; Wed, 01 Feb 2017 15:43:23 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1cZ1kP-0002et-4d for guix-devel@gnu.org; Wed, 01 Feb 2017 21:43:21 +0100 Received: from x5d83eebb.dyn.telefonica.de ([93.131.238.187] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1cZ1kJ-0005XZ-BK for guix-devel@gnu.org; Wed, 01 Feb 2017 21:43:15 +0100 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 This patch adds an proposed change to mumble, murmur as an output. Murmur is the server of mumble. I tried to use an inherit package first, but the amount of code for the minor difference between mumble and murmur is not worth the length of a new package. I'm not sure it murmurd needs the "/lib" of output:out (mumble) at runtime, in the absence of a possibility to test this, we can onl figure out once a service for murmur is written.