diff options
author | Ludovic Courtès <[email protected]> | 2022-07-17 11:56:45 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2022-07-17 11:56:45 +0200 |
commit | b09e968667cd7f690e4f05b088a5a515b0018899 (patch) | |
tree | ac76bbb2baa9a69d2b4d663c28b8311ba34c1772 /gnu/packages/python-xyz.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/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 08986569b3..a4a090be7c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13070,8 +13070,8 @@ time.") texlive-hyperref texlive-iftex texlive-jknappen - texlive-latex-amsmath - texlive-latex-enumitem + texlive-amsmath + texlive-enumitem texlive-latex-float texlive-latex-geometry texlive-latex-jknapltx @@ -13113,14 +13113,14 @@ time.") texlive-caption texlive-enumitem texlive-fontspec - texlive-generic-iftex + texlive-iftex texlive-grffile texlive-hyperref - texlive-latex-fancyvrb + texlive-fancyvrb texlive-latex-float texlive-latex-geometry texlive-latex-jknapltx - texlive-latex-ms + texlive-ms texlive-latex-parskip texlive-latex-trimspaces texlive-latex-upquote |