diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 11:11:24 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:10:59 +0200 |
commit | 3c3bb270da36e495c8d3b7e672b330aa1810a485 (patch) | |
tree | a843093a628ae0bcf1b9f819fe4fc8831c67f718 /gnu/packages/sphinx.scm | |
parent | 89b54d1ea8f56bed39fe4d2480825d01da8efcde (diff) |
gnu: texlive-latex-varwidth -> texlive-varwidth.
* gnu/packages/tex.scm (texlive-varwidth): New variable.
(texlive-latex-varwidth): Deprecate variable.
(texlive-adjustbox): Use new name.
* gnu/packages/maths.scm (hypre)[native-inputs]: Use new name. Re-order
alphabetically.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Use new
name. Re-order alphabetically.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 69054efb50..c2d744ed00 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -109,28 +109,28 @@ texlive-amsmath texlive-capt-of texlive-carlisle ;remreset - texlive-etoolbox - texlive-ltxcmds - texlive-hyperref - texlive-latex-base ;alltt, atbegshi, makeidx, textcomp texlive-cmap + texlive-etoolbox texlive-fancyhdr texlive-fancyvrb texlive-float texlive-fncychap texlive-framed texlive-geometry - texlive-graphics ;graphicx, color + texlive-graphics ;graphicx, color + texlive-hyperref texlive-kvoptions + texlive-latex-base ;alltt, atbegshi, makeidx, textcomp + texlive-ltxcmds texlive-latex-needspace + texlive-oberdiek ;hypcap texlive-parskip texlive-latex-preview texlive-tabulary texlive-titlesec - texlive-tools ;multicol, longtable + texlive-tools ;multicol, longtable texlive-upquote - texlive-latex-varwidth - texlive-oberdiek ;hypcap + texlive-varwidth texlive-wrapfig texlive-xcolor)) (native-inputs |