summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-27 01:41:28 -0500
committerLeo Famulari <leo@famulari.name>2022-01-28 14:02:52 -0500
commitdc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b (patch)
treeb36a857fe281fd7a24bec5f3c099955c42742c15
parentf870977e6ac5a37f1e42af7e97c78c1e28dadfc8 (diff)
downloadguix-patches-dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b.tar
guix-patches-dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b.tar.gz
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.
-rw-r--r--gnu/packages/backup.scm2
1 files changed, 1 insertions, 1 deletions
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))