guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ngs-sdk: Correct typo.


From: Andreas Enge
Subject: 01/01: gnu: ngs-sdk: Correct typo.
Date: Sat, 17 Oct 2015 20:52:24 +0000

andreas pushed a commit to branch master
in repository guix.

commit ab29be81c5b4211fc9aa5db46f7d5c3c92a84964
Author: Andreas Enge <address@hidden>
Date:   Sat Oct 17 22:51:12 2015 +0200

    gnu: ngs-sdk: Correct typo.
    
    * gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
---
 gnu/packages/bioinformatics.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1a77ebc..51e3df6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]