gnu: ngs-sdk: Remove unsupported systems.
* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86 based systems.
This commit is contained in:
parent
830d170e97
commit
a0dadf0cb1
|
@ -2182,6 +2182,10 @@ viewer.")
|
|||
(lambda _ (chdir "ngs-sdk") #t)
|
||||
%standard-phases))))
|
||||
(native-inputs `(("perl" ,perl)))
|
||||
;; According to the test
|
||||
;; unless ($MARCH =~ /x86_64/i || $MARCH =~ /i?86/i)
|
||||
;; in ngs-sdk/setup/konfigure.perl
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))))
|
||||
(home-page "https://github.com/ncbi/ngs")
|
||||
(synopsis "API for accessing Next Generation Sequencing data")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue