diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-12-15 19:33:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-12-15 21:42:02 +0800 |
commit | 9a3a8b8edd95e2f566373ed53d3f6deac4635f0f (patch) | |
tree | 75f8db1685d1a76ed062ebd059524cbd5807ecba | |
parent | ca473fc21d9abe774fd94efee06bc48a8587b0c5 (diff) | |
download | patches-9a3a8b8edd95e2f566373ed53d3f6deac4635f0f.tar patches-9a3a8b8edd95e2f566373ed53d3f6deac4635f0f.tar.gz |
gnu: clutter-gtk: Propagate inputs.
* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0a02d08ae3..25cd08faf2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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") |