gnu: qutebrowser: Remove a transitive dependency on QtWebKit.
This browser is explicity a Chromium / QtWebEngine browser, so it shouldn't also depend on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.master
parent
dc7ebaf8c7
commit
54add2e1ba
|
@ -487,7 +487,7 @@ interface.")
|
|||
;; FIXME: python-pyqtwebengine needs to come before python-pyqt so
|
||||
;; that it's __init__.py is used first.
|
||||
python-pyqtwebengine
|
||||
python-pyqt
|
||||
python-pyqt-without-qtwebkit
|
||||
;; While qtwebengine is provided by python-pyqtwebengine, it's
|
||||
;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
|
||||
qtwebengine))
|
||||
|
|
Reference in New Issue