From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: mpd: Add additional optional inputs. Date: Mon, 27 Apr 2015 11:38:58 +0200 Message-ID: <20150427093858.GC3508@debian.math.u-bordeaux1.fr> References: <87fv7m8kx1.fsf@fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmfVJ-0005OH-14 for guix-devel@gnu.org; Mon, 27 Apr 2015 05:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmfVF-00006b-M8 for guix-devel@gnu.org; Mon, 27 Apr 2015 05:39:04 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:51805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmfVF-00006P-DW for guix-devel@gnu.org; Mon, 27 Apr 2015 05:39:01 -0400 Content-Disposition: inline In-Reply-To: <87fv7m8kx1.fsf@fsf.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org On Sun, Apr 26, 2015 at 08:38:50PM -0400, David Thompson wrote: > ("pulseaudio" ,pulseaudio) > ("sqlite" ,sqlite) > - ("zlib" ,zlib))) > + ("zlib" ,zlib) > + ("mpg123" ,mpg123) > + ("libshout" ,libshout) > + ("fluidsynth" ,fluidsynth) > + ("openal" ,openal) Could you order the inputs alphabetically? This makes it much easier to find a particular input (I have seen packages with the same input twice, once at the beginning, once at the end...). Andreas