diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-07-17 11:56:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-17 11:56:45 +0200 |
commit | b09e968667cd7f690e4f05b088a5a515b0018899 (patch) | |
tree | ac76bbb2baa9a69d2b4d663c28b8311ba34c1772 /gnu/packages/maths.scm | |
parent | f4f6d6582bd393355939ea9dffa8f76f1fd00d4c (diff) |
gnu: Avoid use of deprecated texlive packages.
* gnu/packages/cran.scm (r-prereg)[propagated-inputs]: Avoid deprecated
texlive package names.
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs,
propagated-inputs]: Likewise.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Likewise.
* gnu/packages/maths.scm (hypre)[native-inputs]: Remove redundant and
deprecated 'texlive-latex-titlesec'.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 4292ae5d1f..fde47bf488 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5553,7 +5553,6 @@ set.") texlive-latex-parskip texlive-latex-stackengine texlive-latex-tabulary - texlive-latex-titlesec texlive-latex-tocloft texlive-latex-upquote texlive-latex-varwidth |