gnu: jellyfish: Enable building on all 64bit platforms.

* gnu/packages/bioinformatics.scm (jellyfish)[supported-systems]: Mark
all 64bit platforms as supported.

Change-Id: Ia79d8052bf6ff347422e4b1ce38dc379d45a9be6
This commit is contained in:
Efraim Flashner 2024-06-30 09:43:08 +03:00
parent ab41f5ec1c
commit 4b67b38a79
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -8391,7 +8391,7 @@ 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")
;; JELLYFISH seems to be 64-bit only.
(supported-systems '("x86_64-linux" "aarch64-linux" "mips64el-linux"))
(supported-systems %64bit-supported-systems)
;; One of these licenses may be picked
(license (list license:gpl3+ license:bsd-3))))