mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnuradio: Add missing input for gr_filter_design tool.
* gnu/packages/radio.scm (gnuradio)[inputs]: Add python-pyqtgraph.
This commit is contained in:
parent
50ca41ad70
commit
25da2e49cf
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ (define-public gnuradio
|
|||
("python-pycairo" ,python-pycairo)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-pyqt" ,python-pyqt-without-qtwebkit)
|
||||
("python-pyqtgraph" ,python-pyqtgraph)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qwt" ,qwt)
|
||||
|
|
Loading…
Reference in a new issue