diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-07 21:36:24 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-08 08:45:11 +0100 |
commit | 637735da4da7c0dff49e84d528bb8159c43595e6 (patch) | |
tree | 8939acc07c767304165e5ea8ade1b33c57c8d4fa /gnu/packages/gnome.scm | |
parent | 14bc2ce43aed002809774eb575caf2dbb87c17ae (diff) |
gnu: rhythmbox: Adjust inputs.
* gnu/packages/gnome.scm (rhythmbox)[inputs]: Change from PYTHON2-PYGOBJECT to
PYTHON-PYGOBJECT. Add LIBSOUP-MINIMAL-2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2037ab9369..b303c1baea 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6555,7 +6555,7 @@ which can read a large number of file formats.") ("tdb" ,tdb) ("gnome-desktop" ,gnome-desktop) ("python" ,python) - ("python-pygobject" ,python2-pygobject) + ("python-pygobject" ,python-pygobject) ("vala" ,vala) ("gmime" ,gmime) ("adwaita-icon-theme" ,adwaita-icon-theme) @@ -6571,6 +6571,7 @@ which can read a large number of file formats.") ("libsoup" ,libsoup) ("libnotify" ,libnotify) ("libpeas" ,libpeas) + ("libsoup" ,libsoup-minimal-2) ("lirc" ,lirc) ;; TODO: clutter* only used by visualizer plugin, which also requires mx ;;("clutter" ,clutter) |