This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch tex-team-next
in repository guix.
The following commit(s) were added to refs/heads/tex-team-next by this push:
new f149f099dc gnu: phyml: Fix build.
f149f099dc is described below
commit f149f099dcbe4783c6ccb897fe9305da7e7f7c9c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jul 1 22:52:29 2023 +0200
gnu: phyml: Fix build.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add
TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
---
gnu/packages/bioinformatics.scm | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b3c715e17d..496bc93952 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11947,16 +11947,20 @@ programs for inferring phylogenies (evolutionary
trees).")
(list automake
autoconf
openmpi
- (texlive-updmap.cfg (list texlive-amsfonts
- texlive-caption
- texlive-cite
- texlive-ec
- texlive-fancyvrb
- texlive-graphics
- texlive-grfext
- texlive-hyperref
- texlive-psfrag
- texlive-xcolor))))
+ (texlive-updmap.cfg
+ (list texlive-amsfonts
+ texlive-caption
+ texlive-cite
+ texlive-ec
+ texlive-fancyvrb
+ texlive-graphics
+ texlive-grfext
+ texlive-hyperref
+ texlive-infwarerr
+ texlive-kvoptions
+ texlive-pdftexcmds
+ texlive-psfrag
+ texlive-xcolor))))
(home-page "https://github.com/stephaneguindon/phyml")
(synopsis "Programs for working on SAM/BAM files")
(description