From 4b67b38a79dad7d356013e9cfe735d813970257e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 30 Jun 2024 09:43:08 +0300 Subject: gnu: jellyfish: Enable building on all 64bit platforms. * gnu/packages/bioinformatics.scm (jellyfish)[supported-systems]: Mark all 64bit platforms as supported. Change-Id: Ia79d8052bf6ff347422e4b1ce38dc379d45a9be6 --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 @@ (define-public jellyfish 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)))) -- cgit v1.2.3