mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -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)
|
(for-each (lambda (file)
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("PATH" ":" prefix (,path))))
|
`("PATH" ":" prefix (,path))))
|
||||||
(find-files bin)))
|
(find-files bin))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("ruby" ,ruby)
|
("ruby" ,ruby)
|
||||||
|
|
Loading…
Reference in a new issue