gnu: gnuradio: Add python-matplotlib dependency explicitly.

* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-matplotlib.
This commit is contained in:
Guillaume Le Vaillant 2021-05-28 10:05:27 +02:00
parent bb5a3e91e9
commit bd32bcca56
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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