From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add Jellyfish. Date: Fri, 18 Dec 2015 19:19:46 +0100 Message-ID: <9507d13e837c22beb6e5a79cce045222@openmailbox.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9zdE-0007gQ-5R for guix-devel@gnu.org; Fri, 18 Dec 2015 13:19:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9zdA-0006Dh-Gr for guix-devel@gnu.org; Fri, 18 Dec 2015 13:19:56 -0500 In-Reply-To: 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 , guix-devel-bounces+ericbavier=openmailbox.org@gnu.org On 2015-12-18 17:42, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (jellyfish): New variable. [...] > + (native-inputs > + `(("bc" ,bc) > + ("time" ,time) > + ("gunzip" ,gzip))) gzip is an implicit input of gnu-build-system, so could it be left out? Otherwise LGTM. -- `~Eric