guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: Vorta: Remove a transitive dependency on QtWebKit.


From: guix-commits
Subject: 01/08: gnu: Vorta: Remove a transitive dependency on QtWebKit.
Date: Fri, 28 Jan 2022 14:40:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit dc7ebaf8c7f3a358789fd4d5d7c8ac2197a78e8b
Author: Leo Famulari <leo@famulari.name>
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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]