mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
a0fd46304e
commit
6ebba29503
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue