guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b9724d5bf02d979e4900ea6a0ecc716c3e6b7522
Author: Simon Tournier <[email protected]>
AuthorDate: Thu Jan 8 16:50:12 2026 +0100
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
---
gnu/packages/bioinformatics.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 194e5b9fd6..14a5deccd3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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