diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-10 20:49:58 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-03-10 20:49:58 -0400 |
| commit | 687bf4fb8e74ad55619be91fe309c33c0bab4814 (patch) | |
| tree | 8706f15aee350699d473830fc4a95458eefdf520 | |
| parent | 407259dff94939ec0a25ed08beea21809e66b710 (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.scm | 2 |
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") |
