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
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

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