diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 12:55:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-01-30 20:07:49 +0200 |
commit | bd3e3d87a9246ac59080ebb72298290dca5b0204 (patch) | |
tree | 956200952e8f089e52cfa0329b2381c4b5c2aacf | |
parent | a49536e32008cd445b36d0412e9f2b67a35d9d3b (diff) |
gnu: texlive-graphics: Use over deprecated texlive-latex-graphics.
* gnu/packages/bioinformatics.scm (phyml)[native-inputs],
* gnu/packages/chemistry.scm (yaehmop)[native-inputs],
* gnu/packages/graphviz.scm (dot2tex)[propagated-inputs],
* gnu/packages/maths.scm (cddlib)[native-inputs],
* gnu/packages/statistics.scm (r-with-tests)[native-inputs],
* gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace
texlive-latex-graphics with texlive-graphics.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 | ||||
-rw-r--r-- | gnu/packages/chemistry.scm | 2 | ||||
-rw-r--r-- | gnu/packages/graphviz.scm | 2 | ||||
-rw-r--r-- | gnu/packages/maths.scm | 2 | ||||
-rw-r--r-- | gnu/packages/statistics.scm | 2 | ||||
-rw-r--r-- | gnu/packages/tex.scm | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b747cb373d..58690552e0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10240,10 +10240,10 @@ programs for inferring phylogenies (evolutionary trees).") texlive-caption texlive-cite texlive-fonts-ec + texlive-graphics texlive-grfext texlive-hyperref texlive-latex-fancyvrb - texlive-latex-graphics texlive-latex-psfrag texlive-xcolor)))) (home-page "https://github.com/stephaneguindon/phyml") @@ -10351,7 +10351,7 @@ applications for tackling some common problems in a user-friendly way.") (lambda* (#:key outputs #:allow-other-keys) (substitute* "src/test/Makefile" (("^CFLAGS=") "CFLAGS= -fcommon")) - + ;; Don't attempt to install the bash completions to ;; the home directory. (rename-file "extras/.bash_completion" diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index fb6d6fc27f..4c202a3424 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -901,7 +901,7 @@ emphasis on quality rather than speed.") (native-inputs (list gfortran (texlive-updmap.cfg (list texlive-fonts-ec - texlive-latex-graphics + texlive-graphics texlive-latex-geometry)))) (home-page "https://github.com/greglandrum/yaehmop") (synopsis "Perform extended Hückel calculations") diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 615444a75d..99fdd85c88 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -427,7 +427,7 @@ graphs in Graphviz's DOT language, written in pure Python.") ;; the resulting generated TeX files, which \usepackage them. texlive-bin texlive-amsmath - texlive-latex-geometry + texlive-geometry texlive-latex-graphics texlive-latex-base texlive-latex-preview diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index bb2a271a20..38040015a5 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -752,7 +752,7 @@ integer programming problems and computes Markov bases for statistics.") libtool texlive-amsfonts texlive-dvips-l3backend - texlive-latex-graphics + texlive-graphics texlive-latex-l3backend texlive-tiny)) (arguments diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 7ba75cf59d..dc2a6e3ab6 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -382,7 +382,7 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\ texlive-amsfonts texlive-latex-base texlive-latex-fancyvrb - texlive-latex-graphics + texlive-graphics texlive-hyperref texlive-oberdiek texlive-latex-tools diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9d8c959879..ca3eca810c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -11888,10 +11888,10 @@ and selecting references used in a publication.") texlive-endnotes texlive-etoolbox texlive-generic-xstring + texlive-graphics texlive-latex-draftwatermark texlive-latex-fancyhdr texlive-latex-float - texlive-latex-graphics texlive-lm texlive-substr texlive-times |