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 /gnu/packages/tex.scm | |
parent | a49536e32008cd445b36d0412e9f2b67a35d9d3b (diff) | |
download | guix-bd3e3d87a9246ac59080ebb72298290dca5b0204.tar.gz |
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.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |