mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: mafft: Remove trailing #T.
* gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
630671d2e8
commit
31409a4af7
1 changed files with 1 additions and 2 deletions
|
@ -5271,8 +5271,7 @@ (define-public mafft
|
|||
(for-each (lambda (file)
|
||||
(wrap-program file
|
||||
`("PATH" ":" prefix (,path))))
|
||||
(find-files bin)))
|
||||
#t)))))
|
||||
(find-files bin))))))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("ruby" ,ruby)
|
||||
|
|
Loading…
Reference in a new issue