guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-nbconvert: Use patched texlive-amsfonts.


From: guix-commits
Subject: 02/02: gnu: python-nbconvert: Use patched texlive-amsfonts.
Date: Wed, 5 May 2021 09:30:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 75af43162e58a0b3fdc804963809ecb801fb81b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 5 15:28:14 2021 +0200

    gnu: python-nbconvert: Use patched texlive-amsfonts.
    
    This is intended to fix a non-deterministic build error when xelatex 
inspects
    the fonts directory and finds a broken font from texlive-amsfonts before the
    correct font in texlive-cm.
    
    * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Replace
    texlive-amsfonts with 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 b6fcbc8..38ed1bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10884,7 +10884,7 @@ time.")
        ("python-pytest-cov" ,python-pytest-cov)
        ("python-pytest-dependency" ,python-pytest-dependency)
        ("texlive" ,(texlive-union (list texlive-adjustbox
-                                        texlive-amsfonts
+                                        texlive-amsfonts/patched
                                         texlive-booktabs
                                         texlive-caption
                                         texlive-eurosym



reply via email to

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