gnu: gnuradio: Don't include QtWebKit in the dependency graph.
* gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.master
parent
a0fd46304e
commit
6ebba29503
|
@ -533,7 +533,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
|
|||
("python-numpy" ,python-numpy)
|
||||
("python-pycairo" ,python-pycairo)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("python-pyqt" ,python-pyqt-without-qtwebkit)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qwt" ,qwt)
|
||||
|
|
Reference in New Issue