me
/
guix
Archived
1
0
Fork 0

gnu: snap-aligner: Remove trailing #T.

* gnu/packages/bioinformatics.scm (snap-aligner)[arguments]: Remove trailing #T
from 'install phase.
master
Ricardo Wurmus 2021-12-08 12:23:23 +01:00
parent 7c58677a29
commit 42a7b5215b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -7197,8 +7197,7 @@ optionally compressed by gzip.")
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin")))
(install-file "snap-aligner" bin)
(install-file "SNAPCommand" bin)
#t))))))
(install-file "SNAPCommand" bin)))))))
(native-inputs
`(("zlib" ,zlib)))
(home-page "http://snap.cs.berkeley.edu/")