me
/
guix
Archived
1
0
Fork 0

gnu: mafft: Remove trailing #T.

* gnu/packages/bioinformatics.scm (mafft)[arguments]: Remove trailing #T from
build phase.
master
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
1 changed files with 1 additions and 2 deletions

View File

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