gnu: clutter-gtk: Propagate inputs.

* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
This commit is contained in:
宋文武 2015-12-15 19:33:52 +08:00
parent ca473fc21d
commit 9a3a8b8edd
1 changed files with 2 additions and 1 deletions

View File

@ -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")