mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: gnuradio: Use patched texlive-amsfonts.
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Use texlive-amsfonts/patched.
This commit is contained in:
parent
41bbbd53d2
commit
232bdb900d
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ (define-public gnuradio
|
|||
("python-pyzmq" ,python-pyzmq)
|
||||
("python-scipy" ,python-scipy)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("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