diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-10 20:45:27 -0400 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-03-10 20:45:27 -0400 |
| commit | 407259dff94939ec0a25ed08beea21809e66b710 (patch) | |
| tree | 5a93e91e9a95a19a97496a9a4d5e834316d4c55b /gnu | |
| parent | ee8eba01f075f9139eb42f53515824f978dd3b92 (diff) | |
gnu: gammastep: Fix runtime introspection error.
* gnu/packages/xdisorg.scm (gammastep)[inputs]: Replace python-pygobject with python-gobject-3.50.
Change-Id: Idbaade8bdf5f36d81b8ef9d817baa02d13f51331
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 252a6663de1..55d26850f09 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2000,7 +2000,7 @@ to an arbitrary balanced color.") libxxf86vm libxcb python - python-pygobject + python-pygobject-3.50 python-pyxdg wayland)) (home-page "https://gitlab.com/chinstrap/gammastep") |
