From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add libmikmod Date: Wed, 23 Oct 2013 21:19:10 +0200 Message-ID: <20131023191910.GB5494@debian> References: <5265C032.6000005@worcester.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ3xj-0007hz-Es for guix-devel@gnu.org; Wed, 23 Oct 2013 15:19:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZ3xc-00030B-4Y for guix-devel@gnu.org; Wed, 23 Oct 2013 15:19:23 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:56215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZ3xb-000306-RV for guix-devel@gnu.org; Wed, 23 Oct 2013 15:19:16 -0400 Content-Disposition: inline In-Reply-To: <5265C032.6000005@worcester.edu> 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 Hello, On Mon, Oct 21, 2013 at 08:00:50PM -0400, David Thompson wrote: > I'm starting to work on packages for SDL and its extension > libraries. They depend on some libraries that are not yet packaged. > This is the first of these packages: libmikmod. how about putting all of them into a module named sdl? The configure phase outputs checking for X... no Would it make sense to add xorg related inputs? Andreas