gnu: paml: Remove trailing #T.
* gnu/packages/bioinformatics.scm (paml)[arguments]: Remove trailing #T from build phases.master
parent
76b39f03d2
commit
2157d82ed3
|
@ -9804,8 +9804,7 @@ straight away. Its main features are:
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "src/BFdriver.c"
|
(substitute* "src/BFdriver.c"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
(chdir "src")
|
(chdir "src")))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((tools '("baseml" "basemlg" "codeml"
|
(let ((tools '("baseml" "basemlg" "codeml"
|
||||||
|
@ -9815,8 +9814,7 @@ straight away. Its main features are:
|
||||||
"/share/doc/paml")))
|
"/share/doc/paml")))
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(for-each (lambda (file) (install-file file bin)) tools)
|
(for-each (lambda (file) (install-file file bin)) tools)
|
||||||
(copy-recursively "../doc" docdir)
|
(copy-recursively "../doc" docdir)))))))
|
||||||
#t))))))
|
|
||||||
(home-page "http://abacus.gene.ucl.ac.uk/software/paml.html")
|
(home-page "http://abacus.gene.ucl.ac.uk/software/paml.html")
|
||||||
(synopsis "Phylogentic analysis by maximum likelihood")
|
(synopsis "Phylogentic analysis by maximum likelihood")
|
||||||
(description "PAML (for Phylogentic Analysis by Maximum Likelihood)
|
(description "PAML (for Phylogentic Analysis by Maximum Likelihood)
|
||||||
|
|
Reference in New Issue