guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: at-spi2-atk: Propagate input at-spi2-core.


From: ???
Subject: 13/15: gnu: at-spi2-atk: Propagate input at-spi2-core.
Date: Wed, 08 Apr 2015 08:05:02 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit 6967cc3f28ce2d62e2b5c344c3e2e16079fc59d0
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 11:24:40 2015 +0800

    gnu: at-spi2-atk: Propagate input at-spi2-core.
    
    * gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 
'propagated-inputs'.
      Move dbus to 'native-inputs'.
---
 gnu/packages/gtk.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bfe13cf..95d005a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -395,12 +395,13 @@ is part of the GNOME accessibility project.")
                  ;; Run test-suite under a dbus session.
                  (lambda _
                    (zero? (system* "dbus-launch" "make" "check")))))))
-   (inputs `(("atk" ,atk)
-             ("at-spi2-core" ,at-spi2-core)
-             ("dbus" ,dbus)
-             ("glib" ,glib)))
+   (propagated-inputs
+    `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
+   (inputs
+    `(("atk" ,atk)))
    (native-inputs
-     `(("pkg-config" ,pkg-config)))
+    `(("dbus" ,dbus) ; for testing
+      ("pkg-config" ,pkg-config)))
    (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
    (description
     "The Assistive Technology Service Provider Interface



reply via email to

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