gnu: gnome-music: Remove input labels.
* gnu/packages/gnome.scm (gnome-music)[native-inputs, inputs]: Remove labels.master
parent
ebd78999bb
commit
23a91e9a2e
|
@ -977,30 +977,30 @@ cloud integration is offered through GNOME Online Accounts.")
|
||||||
`("GUIX_PYTHONPATH" =
|
`("GUIX_PYTHONPATH" =
|
||||||
(,(getenv "GUIX_PYTHONPATH") ,pylib)))))))))
|
(,(getenv "GUIX_PYTHONPATH") ,pylib)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
(list desktop-file-utils
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib:bin" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk+:bin" ,gtk+ "bin")
|
`(,gtk+ "bin")
|
||||||
("itstools" ,itstool)
|
itstool
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
|
(list `(,gnome-online-accounts "lib")
|
||||||
("grilo" ,grilo)
|
grilo
|
||||||
("grilo-plugins" ,grilo-plugins)
|
grilo-plugins
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
gst-plugins-base
|
||||||
("gst-plugins-good" ,gst-plugins-good)
|
gst-plugins-good
|
||||||
("gstreamer" ,gstreamer)
|
gstreamer
|
||||||
("gvfs" ,gvfs)
|
gvfs
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("libdazzle" ,libdazzle)
|
libdazzle
|
||||||
("libmediaart" ,libmediaart)
|
libmediaart
|
||||||
("libsoup" ,libsoup-minimal-2)
|
libsoup-minimal-2
|
||||||
("pycairo" ,python-pycairo)
|
python-pycairo
|
||||||
("pygobject" ,python-pygobject)
|
python-pygobject
|
||||||
("python" ,python)
|
python
|
||||||
("tracker" ,tracker)
|
tracker
|
||||||
("tracker-miners" ,tracker-miners)))
|
tracker-miners))
|
||||||
(synopsis "Simple music player for GNOME desktop")
|
(synopsis "Simple music player for GNOME desktop")
|
||||||
(description "GNOME Music is the new GNOME music playing application that
|
(description "GNOME Music is the new GNOME music playing application that
|
||||||
aims to combine an elegant and immersive browsing experience with simple
|
aims to combine an elegant and immersive browsing experience with simple
|
||||||
|
|
Reference in New Issue