From 5ec5a043f723639942a0292216af964a078e9ca6 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 5 Mar 2026 22:25:54 +0100 Subject: [PATCH] gnu: gp-saml-gui: Fix build. * gnu/packages/vpn.scm (gp-saml-gui)[inputs]: Replace python-pygobject by python-pygobject-3.50. Change-Id: Ib2f6c313ee463aee74d32882d764fffd3fbf725b --- 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 e8e3ecdba1..eb98487915 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -315,7 +315,7 @@ Networks and The Calyx Institute, where the former is default.") (list python-setuptools)) (inputs (list bash-minimal - python-pygobject + python-pygobject-3.50 python-urllib3 python-requests webkitgtk-with-libsoup2))