guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: asymptote: Use patched texlive-amsfonts.


From: guix-commits
Subject: 04/10: gnu: asymptote: Use patched texlive-amsfonts.
Date: Sat, 5 Jun 2021 03:27:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 41bbbd53d2a4b8ad059c9a943e28fe7dda479149
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 09:22:16 2021 +0200

    gnu: asymptote: Use patched texlive-amsfonts.
    
    Fixes <https://bugs.gnu.org/39101>.
    
    * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Use
    texlive-amsfonts/patched.
---
 gnu/packages/plotutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 7f59bae..4b89dda 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -224,7 +224,7 @@ colors, styles, options and details.")
        ("perl" ,perl)
        ("texinfo" ,texinfo)             ;For generating documentation
        ;; For the manual and the tests.
-       ("texlive" ,(texlive-union (list texlive-amsfonts
+       ("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-epsf
                                         texlive-etoolbox
                                         texlive-latex-base



reply via email to

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