diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-27 01:41:28 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-28 14:02:52 -0500 |
commit | dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b (patch) | |
tree | b36a857fe281fd7a24bec5f3c099955c42742c15 /gnu/packages/backup.scm | |
parent | f870977e6ac5a37f1e42af7e97c78c1e28dadfc8 (diff) | |
download | guix-dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b.tar guix-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.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 2 |
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)) |