guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gtk+: Add more inputs.


From: ???
Subject: 02/02: gnu: gtk+: Add more inputs.
Date: Sun, 18 Oct 2015 07:28:06 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit a572dca8482d79366d31f6ea025496df486f6500
Author: 宋文武 <address@hidden>
Date:   Sun Oct 18 15:02:41 2015 +0800

    gnu: gtk+: Add more inputs.
    
    * gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxcursor.
      [inputs]: Add rest, json-glib and colord.
---
 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 4d66dd5..1ab816d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]