diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-27 20:17:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:59 +0100 |
commit | 8a08252d0c4c399968994572a9a37c3c36efb7ff (patch) | |
tree | f01d3e57cad1a80002154e1304ccd5a33c911ee1 /gnu | |
parent | 212e0360d4336ede38afd3f06440fafe61aa3eea (diff) |
gnu: python-ipython-documentation: Use new name for texlive-pdftex.
* gnu/packages/python-xyz.scm (python-ipython-documentation)[native-inputs]:
Replace "texlive-generic-pdftex" with "texlive-pdftex".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d0396c50fd..59f3188974 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7278,7 +7278,7 @@ computing.") ("texlive" ,(texlive-union (list texlive-amsfonts texlive-fonts-ec texlive-generic-ifxetex - texlive-generic-pdftex + texlive-pdftex texlive-latex-capt-of texlive-latex-cmap texlive-latex-environ |