1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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
This commit is contained in:
Andreas Enge
2026-03-05 22:25:54 +01:00
parent b61ea5173d
commit 5ec5a043f7

View File

@@ -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))