gnu: texlive-fancyvrb: Use over deprecated texlive-latex-fancyvrb.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs], * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace texlive-latex-fancyvrb with texlive-fancyvrb.
This commit is contained in:
parent
e40ccf5fc1
commit
7b58f14445
2 changed files with 2 additions and 2 deletions
|
@ -10239,11 +10239,11 @@ programs for inferring phylogenies (evolutionary trees).")
|
||||||
(texlive-updmap.cfg (list texlive-amsfonts
|
(texlive-updmap.cfg (list texlive-amsfonts
|
||||||
texlive-caption
|
texlive-caption
|
||||||
texlive-cite
|
texlive-cite
|
||||||
|
texlive-fancyvrb
|
||||||
texlive-fonts-ec
|
texlive-fonts-ec
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-grfext
|
texlive-grfext
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-latex-fancyvrb
|
|
||||||
texlive-latex-psfrag
|
texlive-latex-psfrag
|
||||||
texlive-xcolor))))
|
texlive-xcolor))))
|
||||||
(home-page "https://github.com/stephaneguindon/phyml")
|
(home-page "https://github.com/stephaneguindon/phyml")
|
||||||
|
|
|
@ -381,7 +381,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
|
||||||
texlive-grfext
|
texlive-grfext
|
||||||
texlive-amsfonts
|
texlive-amsfonts
|
||||||
texlive-latex-base
|
texlive-latex-base
|
||||||
texlive-latex-fancyvrb
|
texlive-fancyvrb
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-hyperref
|
texlive-hyperref
|
||||||
texlive-oberdiek
|
texlive-oberdiek
|
||||||
|
|
Reference in a new issue