summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-10 20:49:58 -0400
committerJohn Kehayias <john@guixotic.coop>2026-03-10 20:49:58 -0400
commit687bf4fb8e74ad55619be91fe309c33c0bab4814 (patch)
tree8706f15aee350699d473830fc4a95458eefdf520
parent407259dff94939ec0a25ed08beea21809e66b710 (diff)
gnu: syncthing-gtk: Fix runtime introspection error.
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Replace python-pygobject with python-gobject-3.50. Change-Id: Id8370953a9e06d614cf71f8a93ef4b8dc3e0b018
-rw-r--r--gnu/packages/syncthing.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index e1cee896ae1..a3bcb74e2a6 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -205,7 +205,7 @@ Protocol.")
python-bcrypt
python-dateutil
python-pycairo
- python-pygobject
+ python-pygobject-3.50
psmisc
syncthing))
(home-page "https://github.com/kozec/syncthing-gtk")