diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:02:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:48 +0200 |
commit | 402f256f8132fd000b8c9dd74440b834c6599fd2 (patch) | |
tree | 7211a4741105fc31fa93a5693a943bbca9ceb8c3 /gnu/packages/graphviz.scm | |
parent | 76819a965589b62f83acf083305ae412a9fd91e5 (diff) |
gnu: texlive-latex-xkeyval -> texlive-xkeyval.
* gnu/packages/tex.scm (texlive-xkeyval): New variable.
(texlive-latex-xkeyval): Deprecate variable.
(texlive-bidi):
(texlive-pstool):
(texlive-polyglossia):
(texlive-zref):
(texlive-standalone):
(texlive-todonotes):
(texlive-adjustbox):
(texlive-qrcode):
(texlive-breakurl):
* gnu/packages/graphviz.scm (dot2tex):
* gnu/packages/statistics.scm (r-with-tests): Use new name.
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 2f2a90461a..0ca518bc2d 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -385,16 +385,16 @@ graphs in Graphviz's DOT language, written in pure Python.") (list python-pyparsing ;; These TeX dependencies are propagated to make it easier to build ;; the resulting generated TeX files, which \usepackage them. - texlive-bin texlive-amsmath + texlive-bin texlive-geometry texlive-graphics texlive-latex-base texlive-latex-preview - texlive-latex-xkeyval texlive-pgf texlive-pstricks - texlive-xcolor)) + texlive-xcolor + texlive-xkeyval)) (home-page "https://github.com/kjellmf/dot2tex") (synopsis "Graphviz to LaTeX converter") (description |