diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-13 16:22:19 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:51 +0200 |
commit | 70f6df6839ec8157a1c85704c5e7482448877599 (patch) | |
tree | 76de8b3b26caeea9d62ba9ef105b2f001f9675ee /gnu/packages/python-xyz.scm | |
parent | 17cdf29a9ce380a1ae9643d3d900876cb2b97f2e (diff) |
gnu: texlive-latex-jknapltx -> texlive-jknapltx.
* gnu/packages/tex.scm (texlive-jknapltx): New variable.
(texlive-latex-jknapltx): Deprecate variable.
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-nbconvert): Use new name.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ceee6ba98a..c0c13a3734 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15188,7 +15188,7 @@ time.") texlive-fancyvrb texlive-float texlive-geometry - texlive-latex-jknapltx + texlive-jknapltx texlive-ms texlive-latex-parskip texlive-trimspaces |