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:
parent
870a4e70ec
commit
6a19f03e8b
1 changed files with 6 additions and 6 deletions
|
@ -7348,20 +7348,20 @@ (define-public cheese
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gnome-video-effects" ,gnome-video-effects)))
|
`(("gnome-video-effects" ,gnome-video-effects)
|
||||||
(inputs
|
("clutter" ,clutter)
|
||||||
`(("clutter" ,clutter)
|
|
||||||
("clutter-gst" ,clutter-gst)
|
("clutter-gst" ,clutter-gst)
|
||||||
("clutter-gtk" ,clutter-gtk)
|
("clutter-gtk" ,clutter-gtk)
|
||||||
|
("libcanberra" ,libcanberra)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gstreamer" ,gstreamer)))
|
||||||
|
(inputs
|
||||||
|
`(("gnome-desktop" ,gnome-desktop)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gstreamer" ,gstreamer)
|
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("gst-plugins-bad" ,gst-plugins-bad)
|
("gst-plugins-bad" ,gst-plugins-bad)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libcanberra" ,libcanberra)
|
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxtst" ,libxtst)))
|
("libxtst" ,libxtst)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Cheese")
|
(home-page "https://wiki.gnome.org/Apps/Cheese")
|
||||||
|
|
Loading…
Reference in a new issue