gnu: cheese: Propagate more inputs.

* gnu/packages/gnome.scm (cheese)[inputs]: Move clutter, libcanberra, and
gstreamer from here...
[propagated-inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2018-08-06 15:51:38 +02:00
parent 870a4e70ec
commit 6a19f03e8b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7348,20 +7348,20 @@ (define-public cheese
("pkg-config" ,pkg-config)
("vala" ,vala)))
(propagated-inputs
`(("gnome-video-effects" ,gnome-video-effects)))
(inputs
`(("clutter" ,clutter)
`(("gnome-video-effects" ,gnome-video-effects)
("clutter" ,clutter)
("clutter-gst" ,clutter-gst)
("clutter-gtk" ,clutter-gtk)
("libcanberra" ,libcanberra)
("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)
("gnome-desktop" ,gnome-desktop)
("gstreamer" ,gstreamer)))
(inputs
`(("gnome-desktop" ,gnome-desktop)
("gobject-introspection" ,gobject-introspection)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-bad" ,gst-plugins-bad)
("gtk+" ,gtk+)
("libcanberra" ,libcanberra)
("libx11" ,libx11)
("libxtst" ,libxtst)))
(home-page "https://wiki.gnome.org/Apps/Cheese")