mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
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.
This commit is contained in:
parent
e47e9d9273
commit
9003bd8709
3 changed files with 36 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue