rekado pushed a commit to branch master
in repository guix.

commit f9ef881e4dea6f7fdbe5c4be59d54b34f2b62f36
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jun 5 09:25:43 2021 +0200

    gnu: python-pypandoc: Use patched texlive-amsfonts.
    
    * gnu/packages/python-xyz.scm (python-pypandoc)[native-inputs]: Use
    texlive-amsfonts/patched.
---
 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 dfbeeab..b63c285 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24844,7 +24844,7 @@ By default it uses the open Python vulnerability 
database Safety DB.")
     (propagated-inputs
      `(("wheel" ,python-wheel)))
     (native-inputs
-     `(("texlive" ,(texlive-union (list texlive-amsfonts
+     `(("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-fonts-ec
                                         texlive-latex-hyperref
                                         texlive-latex-oberdiek

Reply via email to