mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: gnuradio: Add python-matplotlib dependency explicitly.
* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-matplotlib.
This commit is contained in:
parent
bb5a3e91e9
commit
bd32bcca56
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ (define-public gnuradio
|
|||
("python-click" ,python-click)
|
||||
("python-click-plugins" ,python-click-plugins)
|
||||
("python-lxml" ,python-lxml)
|
||||
("python-matplotlib" ,python-matplotlib)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-pycairo" ,python-pycairo)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
|
|
Loading…
Reference in a new issue