mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
8b7db2fb98
commit
d0fbd336ea
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ (define-public openconnect-sso
|
|||
python-lxml
|
||||
python-prompt-toolkit
|
||||
python-requests
|
||||
python-pyqt
|
||||
python-pyqt-without-qtwebkit
|
||||
python-pyqtwebengine
|
||||
python-pysocks
|
||||
python-pyxdg
|
||||
|
|
Loading…
Reference in a new issue