gnu: gnuradio: Don't include QtWebKit in the dependency graph.

* gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
This commit is contained in:
Leo Famulari 2021-08-11 18:09:47 -04:00
parent a0fd46304e
commit 6ebba29503
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -533,7 +533,7 @@ (define-public gnuradio
("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)