guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: at-spi2-core: Propagate inputs dbus and glib.


From: ???
Subject: 06/15: gnu: at-spi2-core: Propagate inputs dbus and glib.
Date: Wed, 08 Apr 2015 08:04:55 +0000

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

commit c6a552daea6eae8f6cc47696cc407ba5c2b5d4da
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 10:39:02 2015 +0800

    gnu: at-spi2-core: Propagate inputs dbus and glib.
    
    * gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to
      'propagated-inputs'.
---
 gnu/packages/gtk.scm |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f730360..bfc8989 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -350,10 +350,13 @@ in the GNOME project.")
                  ;; Run test-suite under a dbus session.
                  (lambda _
                    (zero? (system* "dbus-launch" "make" "check")))))))
-   (inputs `(("dbus" ,dbus)
-             ("glib" ,glib)
-             ("libxi" ,libxi)
-             ("libxtst" ,libxtst)))
+   (propagated-inputs
+    ;; atspi-2.pc refers to all these.
+    `(("dbus" ,dbus)
+      ("glib" ,glib)))
+   (inputs
+    `(("libxi" ,libxi)
+      ("libxtst" ,libxtst)))
    (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))



reply via email to

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