gnu: Vorta: Remove a transitive dependency on QtWebKit.

See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/backup.scm (vorta)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
This commit is contained in:
Leo Famulari 2022-01-27 01:41:28 -05:00
parent f870977e6a
commit dc7ebaf8c7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1321,7 +1321,7 @@ (define-public vorta
python-paramiko
python-peewee
python-psutil
python-pyqt
python-pyqt-without-qtwebkit
python-secretstorage
;; This is included so that the qt-wrap phase picks it up.
qtsvg))