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 crossmap. Date: Sat, 28 Feb 2015 15:53:31 +0100 Message-ID: <87oaoejdec.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]:57740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRilv-0008JB-Hw for guix-devel@gnu.org; Sat, 28 Feb 2015 09:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRilq-0008Fw-Jt for guix-devel@gnu.org; Sat, 28 Feb 2015 09:53:39 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRilq-0008Fs-Gr for guix-devel@gnu.org; Sat, 28 Feb 2015 09:53:34 -0500 In-Reply-To: (Ricardo Wurmus's message of "Thu, 26 Feb 2015 16:38:02 +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 e93da9b48bafbbfa56fe348cabad9e074eda63fb Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 26 Feb 2015 16:34:49 +0100 > Subject: [PATCH] gnu: Add crossmap. > > * gnu/packages/bioinformatics.scm (crossmap): New variable. > * gnu/packages/patches/crossmap-allow-system-pysam.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. [...] > diff --git a/gnu/packages/patches/crossmap-allow-system-pysam.patch b/gnu= /packages/patches/crossmap-allow-system-pysam.patch > new file mode 100644 > index 0000000..a16f901 > --- /dev/null > +++ b/gnu/packages/patches/crossmap-allow-system-pysam.patch Please add a comment at the top of this file explaining what it does and what its upstream status is. OK to commit with this change. Thanks, Ludo=E2=80=99.