mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: snap-aligner: Remove trailing #T.
* gnu/packages/bioinformatics.scm (snap-aligner)[arguments]: Remove trailing #T from 'install phase.
This commit is contained in:
parent
7c58677a29
commit
42a7b5215b
1 changed files with 1 additions and 2 deletions
|
@ -7197,8 +7197,7 @@ optionally compressed by gzip.")
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bin (string-append out "/bin")))
|
(bin (string-append out "/bin")))
|
||||||
(install-file "snap-aligner" bin)
|
(install-file "snap-aligner" bin)
|
||||||
(install-file "SNAPCommand" bin)
|
(install-file "SNAPCommand" bin)))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(home-page "http://snap.cs.berkeley.edu/")
|
(home-page "http://snap.cs.berkeley.edu/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue