diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-01 22:52:29 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:16:45 +0200 |
commit | 88a3b237f50084c64cc95bdcb3381dd53498eea2 (patch) | |
tree | d610e31fc48a09ba113aed6583352da2d33d4eb9 | |
parent | 9eb02049b8a85d4d1979cc253e24fc756e653128 (diff) |
gnu: phyml: Fix build.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add
TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 24 |
1 files changed, 14 insertions, 10 deletions
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 |