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
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(inputs
|
||||
(propagated-inputs
|
||||
;; clutter-gtk.pc refers to all these.
|
||||
`(("clutter" ,clutter)
|
||||
("gtk+" ,gtk+)))
|
||||
(home-page "http://www.clutter-project.org")
|
||||
|
|
Loading…
Reference in New Issue