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/maths.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/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index a61d790de0..a6a015eca0 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5784,42 +5784,42 @@ set.") texlive-capt-of texlive-caption texlive-cm + texlive-cmap + texlive-colortbl texlive-courier texlive-enumitem texlive-etoc texlive-etoolbox texlive-fancyhdr texlive-fancyvrb - texlive-helvetic - texlive-jknappen - texlive-sectsty - texlive-tex-gyre - texlive-wasy - texlive-xcolor - texlive-xypic - texlive-listofitems - texlive-cmap - texlive-colortbl texlive-float texlive-fncychap texlive-framed texlive-geometry texlive-hanging + texlive-helvetic texlive-hyperref + texlive-jknappen + texlive-listofitems texlive-multirow texlive-natbib texlive-latex-needspace texlive-newunicodechar texlive-parskip + texlive-sectsty texlive-stackengine texlive-tabulary - texlive-tocloft - texlive-upquote - texlive-latex-varwidth + texlive-tex-gyre texlive-titlesec + texlive-tocloft texlive-ulem + texlive-upquote + texlive-varwidth + texlive-wasy texlive-wasysym - texlive-wrapfig)))) + texlive-wrapfig + texlive-xcolor + texlive-xypic)))) (inputs (list openblas lapack)) (arguments |