gnu: anki: Remove a transitive dependency on QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/education.scm (anki)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.master
parent
229759833d
commit
88f1e799b4
|
@ -869,7 +869,7 @@ stored and user can review his performance in any time.")
|
|||
("python-pyaudio" ,python-pyaudio)
|
||||
;; `python-pyqtwebengine' must precede `python-pyqt' in PYTHONPATH.
|
||||
("python-pyqtwebengine" ,python-pyqtwebengine)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("python-pyqt" ,python-pyqt-without-qtwebkit)
|
||||
("python-requests" ,python-requests)
|
||||
("python-send2trash" ,python-send2trash)
|
||||
("python-sip" ,python-sip)
|
||||
|
|
Reference in New Issue