From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add htsjdk. Date: Fri, 6 Mar 2015 22:57:46 +0100 Message-ID: <20150306215746.GC32174@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YU0Ft-0001bq-Jb for guix-devel@gnu.org; Fri, 06 Mar 2015 16:58:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YU0Fo-0000k0-LJ for guix-devel@gnu.org; Fri, 06 Mar 2015 16:58:01 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:51903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YU0Fo-0000jt-Ba for guix-devel@gnu.org; Fri, 06 Mar 2015 16:57:56 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: Guix-devel On Thu, Mar 05, 2015 at 10:25:59AM +0100, Ricardo Wurmus wrote: > + (arguments > + `(#:modules ((srfi srfi-1) > + (guix build gnu-build-system) > + (guix build utils)) Is this needed? Andreas