guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: rhythmbox: Adjust inputs.


From: guix-commits
Subject: 02/03: gnu: rhythmbox: Adjust inputs.
Date: Wed, 8 Dec 2021 02:46:21 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit 637735da4da7c0dff49e84d528bb8159c43595e6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 7 21:36:24 2021 +0100

    gnu: rhythmbox: Adjust inputs.
    
    * gnu/packages/gnome.scm (rhythmbox)[inputs]: Change from PYTHON2-PYGOBJECT 
to
    PYTHON-PYGOBJECT. Add LIBSOUP-MINIMAL-2.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2037ab9..b303c1b 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]