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
