diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-08 09:00:48 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:52:05 +0100 |
| commit | faf37926efb3c4800f82a2c3be1826466c5fc19f (patch) | |
| tree | a0e227c509c9c2143ce20e57a459b5797e2347fd /gnu/packages/gimp.scm | |
| parent | d7b377c28a89779591428be4570db4d3c9d6a4ab (diff) | |
gnu: Add python-pygobject-3.50.
* gnu/packages/glib.scm (python-pygobject-3.50): New variable.
* gnu/packages/gnome.scm (glade3, blueprint-compiler, libsecret)
(orca)[native-inputs]: Replace python-pygobject with python-pygobject-3.50.
(libpeas, libpeas-2, totem, rhythmbox, network-manager, gedit, endeavour)
(gnome-builder)[inputs]: Likewise.
* gnu/packages/gimp.scm (gimp-3)[inputs]: Likewise.
* gnu/packages/ibus.scm (ibus)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/gimp.scm')
| -rw-r--r-- | gnu/packages/gimp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 83d35d0ee0d..f5eddf5975a 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -450,7 +450,7 @@ that is extensible via a plugin system.") libxmu libxt python - python-pygobject + python-pygobject-3.50 gjs libxslt xdg-utils))) |
