summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-28 13:09:38 -0500
committerLeo Famulari <leo@famulari.name>2022-01-28 14:03:04 -0500
commitd0fbd336ea51e02bb0852ec36d68db71a3be9001 (patch)
tree187910c17aa57f855d3c3a758f2ca16a06cdb3e1
parent8b7db2fb98e143092c39e315bfa100a798cca0cb (diff)
downloadguix-patches-d0fbd336ea51e02bb0852ec36d68db71a3be9001.tar
guix-patches-d0fbd336ea51e02bb0852ec36d68db71a3be9001.tar.gz
gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
-rw-r--r--gnu/packages/vpn.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 4ad555ef1b..723dd5dcb6 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -659,7 +659,7 @@ and probably others.")
python-lxml
python-prompt-toolkit
python-requests
- python-pyqt
+ python-pyqt-without-qtwebkit
python-pyqtwebengine
python-pysocks
python-pyxdg