From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add htsjdk. Date: Tue, 10 Mar 2015 11:45:18 +0100 Message-ID: References: <87h9tvp3um.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVHfG-0000uB-Lr for guix-devel@gnu.org; Tue, 10 Mar 2015 06:45:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVHfB-0005aq-Mb for guix-devel@gnu.org; Tue, 10 Mar 2015 06:45:30 -0400 In-Reply-To: <87h9tvp3um.fsf@gnu.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Ludovic Court=C3=A8s writes: > Andreas Enge skribis: > >> 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? > > Yes, for =E2=80=98fold=E2=80=99 I guess. Correct. It is required for 'fold'. Thanks for the review! ~~ Ricardo