mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
14bc2ce43a
commit
637735da4d
1 changed files with 2 additions and 1 deletions
|
@ -6555,7 +6555,7 @@ (define-public rhythmbox
|
|||
("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 @@ (define-public rhythmbox
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue