mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: jellyfish: Limit to x86_64.
* gnu/packages/bioinformatics.scm (jellyfish)[supported-systems}: New field, limit support to x86_64.
This commit is contained in:
parent
f7fe5f7a3e
commit
6e8faf7794
1 changed files with 2 additions and 0 deletions
|
@ -2868,6 +2868,8 @@ (define-public jellyfish
|
|||
translated into a human-readable text format using the @code{jellyfish dump}
|
||||
command, or queried for specific k-mers with @code{jellyfish query}.")
|
||||
(home-page "http://www.genome.umd.edu/jellyfish.html")
|
||||
;; From their website: JELLYFISH runs on 64-bit Intel-compatible processors
|
||||
(supported-systems '("x86_64-linux"))
|
||||
;; The combined work is published under the GPLv3 or later. Individual
|
||||
;; files such as lib/jsoncpp.cpp are released under the Expat license.
|
||||
(license (list license:gpl3+ license:expat))))
|
||||
|
|
Loading…
Reference in a new issue