summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-06-30 09:43:08 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-06-30 10:15:03 +0300
commit4b67b38a79dad7d356013e9cfe735d813970257e (patch)
tree5d8085040d26e2fb96090d07a7f02da2149968cb /gnu/packages/bioinformatics.scm
parentab41f5ec1cf559708165e1cd28e15538e6a197d6 (diff)
gnu: jellyfish: Enable building on all 64bit platforms.
* gnu/packages/bioinformatics.scm (jellyfish)[supported-systems]: Mark all 64bit platforms as supported. Change-Id: Ia79d8052bf6ff347422e4b1ce38dc379d45a9be6
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8e497f1199..b6e7986a1f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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))))