guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hisat: Fix typo.


From: Ricardo Wurmus
Subject: 02/02: gnu: hisat: Fix typo.
Date: Tue, 15 Nov 2016 19:21:20 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 84590149e6873d640b96997fb95cc57359a1aeeb
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Nov 15 19:40:06 2016 +0100

    gnu: hisat: Fix typo.
    
    * gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory
    name in install phase.
---
 gnu/packages/bioinformatics.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5444f0a..64c7bba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2739,7 +2739,7 @@ estimates transcript expression.")
         (alist-replace
          'install
          (lambda* (#:key outputs #:allow-other-keys)
-           (let ((bin (string-append (assoc-ref outputs "out") "/bi/")))
+           (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
              (for-each (lambda (file)
                          (install-file file bin))
                        (find-files



reply via email to

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