From 88a3b237f50084c64cc95bdcb3381dd53498eea2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 1 Jul 2023 22:52:29 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d4bc5ac047..5021eea6c1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12103,16 +12103,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 -- cgit v1.2.3