From 1b72ba06c842849ebd6a1e28e30f41e5fafd97c4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 23 Mar 2026 00:02:56 +0900 Subject: [PATCH] gnu: gp-saml-gui: Do not depend on libsoup2. * gnu/packages/vpn.scm (gp-saml-gui) [native-inputs]: Remove webkitgtk-with-libsoup2; add webkitgtk-for-gtk3. Change-Id: I6f51bb672ee2c6c709d92f300f70adc857759e53 --- gnu/packages/vpn.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 6697dfcd8c..fc9fd1c6bc 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -319,7 +319,7 @@ Networks and The Calyx Institute, where the former is default.") python-pygobject-3.50 python-urllib3 python-requests - webkitgtk-with-libsoup2)) + webkitgtk-for-gtk3)) (propagated-inputs (list openconnect)) (synopsis "Interactively authenticate to GlobalProtect VPNs that require SAML")