me
/
guix
Archived
1
0
Fork 0

gnu: paml: Remove trailing #T.

* gnu/packages/bioinformatics.scm (paml)[arguments]: Remove trailing #T from
build phases.
master
Ricardo Wurmus 2021-12-08 14:20:30 +01:00
parent 76b39f03d2
commit 2157d82ed3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 4 deletions

View File

@ -9804,8 +9804,7 @@ straight away. Its main features are:
(lambda _
(substitute* "src/BFdriver.c"
(("/bin/bash") (which "bash")))
(chdir "src")
#t))
(chdir "src")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((tools '("baseml" "basemlg" "codeml"
@ -9815,8 +9814,7 @@ straight away. Its main features are:
"/share/doc/paml")))
(mkdir-p bin)
(for-each (lambda (file) (install-file file bin)) tools)
(copy-recursively "../doc" docdir)
#t))))))
(copy-recursively "../doc" docdir)))))))
(home-page "http://abacus.gene.ucl.ac.uk/software/paml.html")
(synopsis "Phylogentic analysis by maximum likelihood")
(description "PAML (for Phylogentic Analysis by Maximum Likelihood)