diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 13:05:00 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 20:07:50 +0200 |
commit | 7b58f14445dad23b7208ccf4fa7b9dd37fd24271 (patch) | |
tree | 048de54a218d936c01eac26f4ae2febe49efa391 | |
parent | e40ccf5fc1b095e708e9900fac0874d87d5dff79 (diff) |
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.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 | ||||
-rw-r--r-- | 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 58690552e0..f6a7a83fe3 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 dc2a6e3ab6..3c5dc15bb7 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 |