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.
This commit is contained in:
Leo Famulari 2022-01-27 13:07:40 -05:00
parent dc7ebaf8c7
commit 54add2e1ba
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -487,7 +487,7 @@ (define-public qutebrowser
;; 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))