diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-09 00:26:30 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-09 00:26:30 +0100 |
commit | 359636a40833cee9a5a0a00ffc1b501b432cfb8d (patch) | |
tree | 2f859029bd58680777af176d1ac9aa469e03d8b0 /gnu/packages/docbook.scm | |
parent | 4810804e72530ce7b706a9d1e53d6bf6974bb44f (diff) | |
download | guix-359636a40833cee9a5a0a00ffc1b501b432cfb8d.tar.gz |
gnu: texlive-latex-titlesec: Rename to texlive titlesec.
* gnu/packages/tex.scm (texlive-titlesec): New variable. (texlive-latex-titlesec): Deprecate name. * gnu/packages/python-xyz.scm (python-ipython-documentation): (python-numpy-documentation): * gnu/packages/docbook.scm (dblatex): * gnu/packages/maths.scm (hypre): Use new name.
Diffstat (limited to 'gnu/packages/docbook.scm')
-rw-r--r-- | gnu/packages/docbook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 5e2f06b16c..4d85421d52 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/packages/docbook.scm @@ -479,7 +479,7 @@ the in DocBook SGML DTDs.") texlive-latex-pdfpages texlive-refcount texlive-subfigure - texlive-latex-titlesec + texlive-titlesec texlive-wasysym texlive-fonts-rsfs |