diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-05 23:01:31 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:18 +0100 |
| commit | 7a8b90fcd6ed38fccb50eadd2cd105689c637d27 (patch) | |
| tree | cb14529d7cae58cdb186cca8687fd7f34c6554d9 /gnu/packages | |
| parent | b38753c27d703186d83f40dff034b42206d4df48 (diff) | |
gnu: soundconverter: Fix build.
* gnu/packages/gnome.scm (soundconverter)[inputs]: Replace python-pygobject
by python-pygobject-3.50.
Change-Id: If1193fece7e5d35d6bd292efddb634d2ed0759c7
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index eca69bc1b52..781af120063 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11796,7 +11796,7 @@ mp3, Ogg Vorbis and FLAC") (list bash-minimal gtk+ python - python-pygobject + python-pygobject-3.50 gstreamer gst-plugins-base)) (home-page "https://soundconverter.org/") |
