~ruther/guix-local

55b7bbd87f9a5be0f289a9b7b2c5fc193bfc38da — Ludovic Courtès 8 years ago 4c228f9
gnu: libpeas: Propagate gobject-introspection.

* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +3 -0
@@ 919,6 919,9 @@ some form of information without getting in the user's way.")
       ("glib:bin" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("intltool" ,intltool)))
    (propagated-inputs
     ;; The .pc file "Requires" gobject-introspection.
     `(("gobject-introspection" ,gobject-introspection)))
    (home-page "https://wiki.gnome.org/Libpeas")
    (synopsis "GObject plugin system")
    (description