mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05: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:
parent
232bdb900d
commit
af8a5285d2
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ (define-public libosmo-dsp
|
|||
("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)))))
|
||||
|
|
Loading…
Reference in a new issue