From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/3] gnu: Add imlib2. Date: Thu, 25 Sep 2014 14:49:17 +0200 Message-ID: <20140925124917.GC7749@debian> References: <87wq8scc81.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8UL-000211-4g for guix-devel@gnu.org; Thu, 25 Sep 2014 08:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX8UC-0002bA-6Y for guix-devel@gnu.org; Thu, 25 Sep 2014 08:49:37 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:60477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX8UB-0002ZS-SI for guix-devel@gnu.org; Thu, 25 Sep 2014 08:49:28 -0400 Content-Disposition: inline In-Reply-To: <87wq8scc81.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org On Thu, Sep 25, 2014 at 12:53:50PM +0400, Alex Kost wrote: > + "mirror://sourceforge/enlightenment/imlib2-" > + version ".tar.gz")) In an effort to keep the number of source files down, would it make sense to put the package into a file enlightenment.scm, which might in future receive more recipes? Andreas