diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-09-13 17:05:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-09-13 22:49:55 +0200 |
commit | 9003bd8709c2b3f88e4ab34d3fc8e061a1beb08e (patch) | |
tree | b67c6cb2cc723dfe9094f532dfa5589c2d7e9cf6 /gnu/packages/python-xyz.scm | |
parent | e47e9d927368dac0d6a3c528ce350cf4c73c1a28 (diff) | |
download | guix-9003bd8709c2b3f88e4ab34d3fc8e061a1beb08e.tar guix-9003bd8709c2b3f88e4ab34d3fc8e061a1beb08e.tar.gz |
gnu: Add texlive-pdftex.
* gnu/packages/chez.scm (texlive-pdftex): New variable.
(texlive-generic-pdftex): Deprecate in favor of texlive-pdftex.
(teximpatient)[native-inputs]: Replace texlive-generic-pdftex with
texlive-pdftex.
(texlive-latex-pdfx)[propagated-inputs]: Same.
* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]:
Same.
(python-matplotlib-documentation)[native-inputs]: Same.
(python-ipython-documentation)[native-inputs]: Same.
* gnu/packages/chez.scm (chez-web)[native-inputs]: Same.
(chez-sockets)[native-inputs]: Same.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e98eec19bc..11e9d3437b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5386,7 +5386,7 @@ readable format.") ("texlive" ,(texlive-union (list texlive-fonts-cm-super texlive-fonts-ec texlive-generic-ifxetex - texlive-generic-pdftex + texlive-pdftex texlive-amsfonts/patched texlive-latex-capt-of texlive-latex-cmap @@ -5929,7 +5929,7 @@ toolkits.") texlive-latex-type1cm texlive-latex-ucs - texlive-generic-pdftex + texlive-pdftex texlive-fonts-ec texlive-fonts-adobe-times @@ -8264,7 +8264,7 @@ computing.") ("texlive" ,(texlive-union (list texlive-amsfonts/patched texlive-fonts-ec texlive-generic-ifxetex - texlive-generic-pdftex + texlive-pdftex texlive-latex-capt-of texlive-latex-cmap texlive-latex-environ |