diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-18 15:02:41 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-18 15:06:12 +0800 |
commit | a572dca8482d79366d31f6ea025496df486f6500 (patch) | |
tree | 716097893879b1430b6b60b1a9da7de200f06a4e /gnu/packages/gtk.scm | |
parent | 80c7dd1a4ed97dc9d36616fd6441bbb7c79f53ea (diff) | |
download | patches-a572dca8482d79366d31f6ea025496df486f6500.tar patches-a572dca8482d79366d31f6ea025496df486f6500.tar.gz |
gnu: gtk+: Add more inputs.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor.
[inputs]: Add rest, json-glib and colord.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 4d66dd532c..1ab816d717 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -531,6 +531,7 @@ application suites.") ("atk" ,atk) ("gdk-pixbuf" ,gdk-pixbuf) ("libepoxy" ,libepoxy) + ("libxcursor" ,libxcursor) ("libxi" ,libxi) ("libxinerama" ,libxinerama) ("libxdamage" ,libxdamage) @@ -538,7 +539,10 @@ application suites.") (inputs `(("librsvg" ,librsvg) ;for gtk-encode-symbolic-svg ("libxml2" ,libxml2) - ("cups" ,cups))) ;for printing support + ("colord" ,colord) + ("cups" ,cups) ;for printing support + ("rest" ,rest) + ("json-glib" ,json-glib))) (native-inputs `(("perl" ,perl) ("glib" ,glib "bin") |