1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: hisat: Fix typo.

* gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory
name in install phase.
This commit is contained in:
Ricardo Wurmus
2016-11-15 19:40:06 +01:00
parent 49c2665f7b
commit 84590149e6

View File

@@ -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