diff options
author | Nicolas Goaziou <[email protected]> | 2023-05-14 11:32:53 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2023-07-18 18:10:59 +0200 |
commit | 58d6740f0c5829409d751f4adac5177e11892649 (patch) | |
tree | 0be96f38beed3be0bfc2f7f8e2458932b80a0f9e /gnu/packages/graphviz.scm | |
parent | 91461e95d43f7270835df54185e534829d4031db (diff) |
gnu: texlive-latex-preview -> texlive-preview.
* gnu/packages/tex.scm (texlive-preview): New variable.
(texlive-latex-preview): Deprecate variable.
* gnu/packages/graphviz.scm (dot2tex)[propagated-inputs]:
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Use new name.
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 0ca518bc2d..658cc494d1 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -390,9 +390,9 @@ graphs in Graphviz's DOT language, written in pure Python.") texlive-geometry texlive-graphics texlive-latex-base - texlive-latex-preview texlive-pgf texlive-pstricks + texlive-preview texlive-xcolor texlive-xkeyval)) (home-page "https://github.com/kjellmf/dot2tex") |