Archived
1
0
Fork 0

gnu: rhythmbox: Adjust inputs.

* gnu/packages/gnome.scm (rhythmbox)[inputs]: Change from PYTHON2-PYGOBJECT to
PYTHON-PYGOBJECT. Add LIBSOUP-MINIMAL-2.
This commit is contained in:
Marius Bakke 2021-12-07 21:36:24 +01:00
parent 14bc2ce43a
commit 637735da4d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6555,7 +6555,7 @@ which can read a large number of file formats.")
("tdb" ,tdb) ("tdb" ,tdb)
("gnome-desktop" ,gnome-desktop) ("gnome-desktop" ,gnome-desktop)
("python" ,python) ("python" ,python)
("python-pygobject" ,python2-pygobject) ("python-pygobject" ,python-pygobject)
("vala" ,vala) ("vala" ,vala)
("gmime" ,gmime) ("gmime" ,gmime)
("adwaita-icon-theme" ,adwaita-icon-theme) ("adwaita-icon-theme" ,adwaita-icon-theme)
@ -6571,6 +6571,7 @@ which can read a large number of file formats.")
("libsoup" ,libsoup) ("libsoup" ,libsoup)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("libpeas" ,libpeas) ("libpeas" ,libpeas)
("libsoup" ,libsoup-minimal-2)
("lirc" ,lirc) ("lirc" ,lirc)
;; TODO: clutter* only used by visualizer plugin, which also requires mx ;; TODO: clutter* only used by visualizer plugin, which also requires mx
;;("clutter" ,clutter) ;;("clutter" ,clutter)