diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-28 13:09:38 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-28 14:03:04 -0500 |
commit | d0fbd336ea51e02bb0852ec36d68db71a3be9001 (patch) | |
tree | 187910c17aa57f855d3c3a758f2ca16a06cdb3e1 /gnu/packages | |
parent | 8b7db2fb98e143092c39e315bfa100a798cca0cb (diff) | |
download | guix-d0fbd336ea51e02bb0852ec36d68db71a3be9001.tar.gz guix-d0fbd336ea51e02bb0852ec36d68db71a3be9001.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/vpn.scm | 2 |
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 |