gnu: hisat: Fix typo.
* gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory name in install phase.
This commit is contained in:
parent
49c2665f7b
commit
84590149e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue