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'.
This commit is contained in:
宋文武 2015-11-10 09:57:14 +08:00
parent 295fc0829b
commit d2ab0e90c6

View file

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