From 7b58f14445dad23b7208ccf4fa7b9dd37fd24271 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 30 Jan 2023 13:05:00 +0200 Subject: 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. --- gnu/packages/bioinformatics.scm | 2 +- gnu/packages/statistics.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 58690552e04..f6a7a83fe35 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10239,11 +10239,11 @@ programs for inferring phylogenies (evolutionary trees).") (texlive-updmap.cfg (list texlive-amsfonts texlive-caption texlive-cite + texlive-fancyvrb texlive-fonts-ec texlive-graphics texlive-grfext texlive-hyperref - texlive-latex-fancyvrb texlive-latex-psfrag texlive-xcolor)))) (home-page "https://github.com/stephaneguindon/phyml") diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index dc2a6e3ab62..3c5dc15bb77 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -381,7 +381,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\ texlive-grfext texlive-amsfonts texlive-latex-base - texlive-latex-fancyvrb + texlive-fancyvrb texlive-graphics texlive-hyperref texlive-oberdiek -- cgit v1.3