gnu: mafft: Remove trailing #T.
* gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T from build phase.master
parent
630671d2e8
commit
31409a4af7
|
@ -5271,8 +5271,7 @@ sequencing tag position and orientation.")
|
|||
(for-each (lambda (file)
|
||||
(wrap-program file
|
||||
`("PATH" ":" prefix (,path))))
|
||||
(find-files bin)))
|
||||
#t)))))
|
||||
(find-files bin))))))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("ruby" ,ruby)
|
||||
|
|
Reference in New Issue