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)
|
||||
("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")
|
||||
|
|
Loading…
Reference in a new issue