gnu: phyml: Fix build.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-PDFTEXCMDS.
parent
9eb02049b8
commit
88a3b237f5
|
@ -12103,16 +12103,20 @@ programs for inferring phylogenies (evolutionary trees).")
|
||||||
(list automake
|
(list automake
|
||||||
autoconf
|
autoconf
|
||||||
openmpi
|
openmpi
|
||||||
(texlive-updmap.cfg (list texlive-amsfonts
|
(texlive-updmap.cfg
|
||||||
texlive-caption
|
(list texlive-amsfonts
|
||||||
texlive-cite
|
texlive-caption
|
||||||
texlive-ec
|
texlive-cite
|
||||||
texlive-fancyvrb
|
texlive-ec
|
||||||
texlive-graphics
|
texlive-fancyvrb
|
||||||
texlive-grfext
|
texlive-graphics
|
||||||
texlive-hyperref
|
texlive-grfext
|
||||||
texlive-psfrag
|
texlive-hyperref
|
||||||
texlive-xcolor))))
|
texlive-infwarerr
|
||||||
|
texlive-kvoptions
|
||||||
|
texlive-pdftexcmds
|
||||||
|
texlive-psfrag
|
||||||
|
texlive-xcolor))))
|
||||||
(home-page "https://github.com/stephaneguindon/phyml")
|
(home-page "https://github.com/stephaneguindon/phyml")
|
||||||
(synopsis "Programs for working on SAM/BAM files")
|
(synopsis "Programs for working on SAM/BAM files")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue