rekado pushed a commit to branch wip-texlive
in repository guix.

commit 01a71107aeccf5b54e5d601422016304ee5b2e83
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Oct 27 20:17:19 2020 +0100

    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".
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 751564f..0d74420 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7176,7 +7176,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

Reply via email to