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 seqan. Date: Sat, 07 Feb 2015 23:47:46 +0100 Message-ID: <87vbjdz6ct.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]:37995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKEAM-0007Rf-IB for guix-devel@gnu.org; Sat, 07 Feb 2015 17:47:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKEAH-0001Sf-Fo for guix-devel@gnu.org; Sat, 07 Feb 2015 17:47:54 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKEAH-0001Sa-Dn for guix-devel@gnu.org; Sat, 07 Feb 2015 17:47:49 -0500 In-Reply-To: (Ricardo Wurmus's message of "Fri, 6 Feb 2015 12:42:18 +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: > The documentation is 7.8MB and the includes are 3.6MB heavy, so I > decided to split the outputs. It=E2=80=99s a good idea to write it in a comment next to the =E2=80=98outp= uts=E2=80=99 field so that passers-by know why it=E2=80=99s like this. > From 63d3fe6a279489bb872708f30e1c74799e7702a5 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 6 Feb 2015 12:38:40 +0100 > Subject: [PATCH] gnu: Add seqan. > > * gnu/packages/bioinformatics.scm (seqan): New variable. [...] > + (synopsis "Library for nucleotide sequence analysis") > + (description > + "SeqAn is an open source C++ library of efficient algorithms and da= ta s/open source//g OK with these two changes. Thank you! Ludo=E2=80=99.