guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: libosmo-dsp: Use patched texlive-amsfonts.


From: guix-commits
Subject: 06/10: gnu: libosmo-dsp: Use patched texlive-amsfonts.
Date: Sat, 5 Jun 2021 03:27:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit af8a5285d2295fff342338dbc3a6157e25a4326a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 09:23:55 2021 +0200

    gnu: libosmo-dsp: Use patched texlive-amsfonts.
    
    * gnu/packages/radio.scm (libosmo-dsp)[native-inputs]: Use
    texlive-amsfonts/patched.
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index cafc642..c511fd7 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -553,7 +553,7 @@ to access different radio hardware.")
        ("doxygen" ,doxygen)
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)
-       ("texlive" ,(texlive-union (list texlive-amsfonts
+       ("texlive" ,(texlive-union (list texlive-amsfonts/patched
                                         texlive-latex-amsmath
                                         ;; TODO: Add newunicodechar.
                                         texlive-latex-graphics)))))



reply via email to

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