gnu: libpeas: Propagate gobject-introspection.

* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
master
Ludovic Courtès 2017-06-24 23:10:15 +02:00
parent 4c228f9e54
commit 55b7bbd87f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -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