From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add vcftools. Date: Tue, 24 Mar 2015 22:01:36 +0100 Message-ID: <87h9tayurz.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]:41257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaVxI-0002Zv-M2 for guix-devel@gnu.org; Tue, 24 Mar 2015 17:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaVxD-00044d-NP for guix-devel@gnu.org; Tue, 24 Mar 2015 17:01:44 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaVxD-00044Z-KV for guix-devel@gnu.org; Tue, 24 Mar 2015 17:01:39 -0400 In-Reply-To: (Ricardo Wurmus's message of "Fri, 20 Mar 2015 16:53:57 +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: > Attached is a patch to add vcftools. The license of vcftools is > declared as LGPLv3.0 here[1] and in the README. Where=E2=80=99s the footnote? :-) Anyway, it may be best to add this as a comment. > From 2f1b826719dbda30bfa63afbb7fd6457981258b3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 20 Mar 2015 16:50:33 +0100 > Subject: [PATCH] gnu: Add vcftools. > > * gnu/packages/bioinformatics.scm (vcftools): New variable. LGTM! Ludo=E2=80=99.