gnu: clutter-gtk: Propagate inputs.
* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
This commit is contained in:
parent
ca473fc21d
commit
9a3a8b8edd
|
@ -2760,7 +2760,8 @@ presentations, kiosk style applications and so on.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("gobject-introspection" ,gobject-introspection)))
|
("gobject-introspection" ,gobject-introspection)))
|
||||||
(inputs
|
(propagated-inputs
|
||||||
|
;; clutter-gtk.pc refers to all these.
|
||||||
`(("clutter" ,clutter)
|
`(("clutter" ,clutter)
|
||||||
("gtk+" ,gtk+)))
|
("gtk+" ,gtk+)))
|
||||||
(home-page "http://www.clutter-project.org")
|
(home-page "http://www.clutter-project.org")
|
||||||
|
|
Loading…
Reference in New Issue