guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: telepathy-glib: Propagate inputs.


From: ???
Subject: 01/02: gnu: telepathy-glib: Propagate inputs.
Date: Tue, 10 Nov 2015 12:50:00 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit d2ab0e90c6dfd8c6382563403973f83be8133523
Author: 宋文武 <address@hidden>
Date:   Tue Nov 10 09:57:14 2015 +0800

    gnu: telepathy-glib: Propagate inputs.
    
    * gnu/packages/glib.scm (telepathy-glib): Propagate inputs dbus, dbus-glib
      and glib.  Move gobject-introspection and libxslt to 'native-inputs'.
---
 gnu/packages/glib.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index f7e67ba..b2979b2 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -589,14 +589,15 @@ useful for C++.")
     (build-system gnu-build-system)
     (native-inputs
      `(("glib" ,glib "bin") ; uses glib-mkenums
+       ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)))
-    (inputs
+       ("python" ,python-2)
+       ("xsltproc" ,libxslt)))
+    (propagated-inputs
+     ;; There are all in the Requires.private field of telepathy-glib.pc.
      `(("dbus" ,dbus)
        ("dbus-glib" ,dbus-glib)
-       ("glib" ,glib)
-       ("gobject-introspection" ,gobject-introspection)
-       ("libxslt" ,libxslt)))
+       ("glib" ,glib)))
     (home-page "http://telepathy.freedesktop.org/wiki/";)
     (synopsis "GLib Real-time communications framework over D-Bus")
     (description "Telepathy is a flexible, modular communications framework



reply via email to

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