gnu: mafft: Remove trailing #T.

* gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T from
build phase.
This commit is contained in:
Ricardo Wurmus 2021-12-04 00:22:27 +01:00
parent 630671d2e8
commit 31409a4af7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)