mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: miniasm: Make sure all phases return #t.
* gnu/packages/bioinformatics.scm (miniasm)[arguments]: Make custom 'install phase return #t.
This commit is contained in:
parent
896f18210b
commit
de0f36f0aa
1 changed files with 2 additions and 1 deletions
|
@ -13430,7 +13430,8 @@ (define-public miniasm
|
|||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
|
||||
(install-file "miniasm" bin)
|
||||
(install-file "minidot" bin)))))))
|
||||
(install-file "minidot" bin)
|
||||
#t))))))
|
||||
(home-page "https://github.com/lh3/miniasm")
|
||||
(synopsis "Ultrafast de novo assembly for long noisy reads")
|
||||
(description "Miniasm is a very fast OLC-based de novo assembler for noisy
|
||||
|
|
Loading…
Reference in a new issue