3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ngs-sdk: Correct typo.

* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
This commit is contained in:
Andreas Enge 2015-10-17 22:51:12 +02:00
parent a0dadf0cb1
commit ab29be81c5

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