~ruther/guix-local

9a3a8b8edd95e2f566373ed53d3f6deac4635f0f — 宋文武 10 years ago ca473fc
gnu: clutter-gtk: Propagate inputs.

* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -1
@@ 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")