3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libosmo-dsp: Use patched texlive-amsfonts.

* gnu/packages/radio.scm (libosmo-dsp)[native-inputs]: Use
texlive-amsfonts/patched.
This commit is contained in:
Ricardo Wurmus 2021-06-05 09:23:55 +02:00
parent 232bdb900d
commit af8a5285d2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)))))