gnu: ngs-sdk: Correct typo.

* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
master
Andreas Enge 2015-10-17 22:51:12 +02:00
parent a0dadf0cb1
commit ab29be81c5
1 changed files with 1 additions and 1 deletions

View File

@ -2185,7 +2185,7 @@ viewer.")
;; 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"))))
(supported-systems '("i686-linux" "x86_64-linux"))
(home-page "https://github.com/ncbi/ngs")
(synopsis "API for accessing Next Generation Sequencing data")
(description