summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-01 22:52:29 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:16:45 +0200
commit88a3b237f50084c64cc95bdcb3381dd53498eea2 (patch)
treed610e31fc48a09ba113aed6583352da2d33d4eb9 /gnu/packages
parent9eb02049b8a85d4d1979cc253e24fc756e653128 (diff)
gnu: phyml: Fix build.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm24
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