summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-05 23:01:31 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:18 +0100
commit7a8b90fcd6ed38fccb50eadd2cd105689c637d27 (patch)
treecb14529d7cae58cdb186cca8687fd7f34c6554d9
parentb38753c27d703186d83f40dff034b42206d4df48 (diff)
gnu: soundconverter: Fix build.
* gnu/packages/gnome.scm (soundconverter)[inputs]: Replace python-pygobject by python-pygobject-3.50. Change-Id: If1193fece7e5d35d6bd292efddb634d2ed0759c7
-rw-r--r--gnu/packages/gnome.scm2
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/")