lfam pushed a commit to branch master
in repository guix.
commit dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b
Author: Leo Famulari <[email protected]>
AuthorDate: Thu Jan 27 01:41:28 2022 -0500
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.
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index d847287d13..ca45332873 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1321,7 +1321,7 @@ borgmatic is powered by borg.")
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))