From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add htsjdk. Date: Sun, 08 Mar 2015 22:38:09 +0100 Message-ID: <87h9tvp3um.fsf@gnu.org> References: 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]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUity-0006cv-3z for guix-devel@gnu.org; Sun, 08 Mar 2015 17:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUitu-00005t-5A for guix-devel@gnu.org; Sun, 08 Mar 2015 17:38:22 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUitu-00005p-2I for guix-devel@gnu.org; Sun, 08 Mar 2015 17:38:18 -0400 In-Reply-To: (Ricardo Wurmus's message of "Thu, 5 Mar 2015 10:25:59 +0100") 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 Ricardo Wurmus skribis: > From 8ead8074142f1a2e0d11d8a8eaf64b6707925467 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 5 Mar 2015 10:24:12 +0100 > Subject: [PATCH] gnu: Add htsjdk. > > * gnu/packages/bioinformatics.scm (htsjdk): New variable. LGTM. 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. Thanks, Ludo=E2=80=99.