mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: phyml: Add font required by documentation.
* gnu/packages/bioinformatics.scm (phyml): [native-inputs]: Add texlive-ec. [arguments]<phases>: Replace /homeless-shelter by /tmp. Change-Id: I2a1d1fb343d2dd333846093fece511fe8af1cd6e
This commit is contained in:
parent
108182dbb5
commit
b9724d5bf0
1 changed files with 2 additions and 0 deletions
|
|
@ -16038,6 +16038,7 @@ programs for inferring phylogenies (evolutionary trees).")
|
|||
"DEFAULT_VECTOR_FLAG=\"-march=athlon64-sse3\"\n"))))
|
||||
(add-after 'build 'build-manual
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp/")
|
||||
(with-directory-excursion "doc"
|
||||
(invoke "make" "phyml-manual.pdf"))))
|
||||
(add-after 'build-manual 'install-manual
|
||||
|
|
@ -16059,6 +16060,7 @@ programs for inferring phylogenies (evolutionary trees).")
|
|||
(texlive-local-tree
|
||||
(list texlive-caption
|
||||
texlive-cite
|
||||
texlive-ec
|
||||
texlive-fancyvrb
|
||||
texlive-infwarerr
|
||||
texlive-kvoptions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue