me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ used by RDS Spy, and audio files containing @dfn{multiplex} signals (MPX).")
("python-numpy" ,python-numpy) ("python-numpy" ,python-numpy)
("python-pycairo" ,python-pycairo) ("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject) ("python-pygobject" ,python-pygobject)
("python-pyqt" ,python-pyqt) ("python-pyqt" ,python-pyqt-without-qtwebkit)
("python-pyyaml" ,python-pyyaml) ("python-pyyaml" ,python-pyyaml)
("qtbase" ,qtbase-5) ("qtbase" ,qtbase-5)
("qwt" ,qwt) ("qwt" ,qwt)