guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: python-ipython-documentation: Use patched texlive-amsfonts.


From: guix-commits
Subject: 09/10: gnu: python-ipython-documentation: Use patched texlive-amsfonts.
Date: Sat, 5 Jun 2021 03:27:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 45aae518e77eedde534c6017363a275d9c4e0eb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 09:25:22 2021 +0200

    gnu: python-ipython-documentation: Use patched texlive-amsfonts.
    
    * gnu/packages/python-xyz.scm (python-ipython-documentation)[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 e28fb64..dfbeeab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8107,7 +8107,7 @@ computing.")
      `(("python-sphinx" ,python-sphinx)
        ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
        ;; FIXME: It's possible that a smaller union would work just as well.
-       ("texlive" ,(texlive-union (list texlive-amsfonts
+       ("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-fonts-ec
                                         texlive-generic-ifxetex
                                         texlive-generic-pdftex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]