diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-24 23:10:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-24 23:28:24 +0200 |
commit | 55b7bbd87f9a5be0f289a9b7b2c5fc193bfc38da (patch) | |
tree | 239d88e0740e0618df9663aa744a2582d0b28e70 /gnu/packages/gnome.scm | |
parent | 4c228f9e54180ffe733957fee586fc7179f64e28 (diff) | |
download | gnu-guix-55b7bbd87f9a5be0f289a9b7b2c5fc193bfc38da.tar gnu-guix-55b7bbd87f9a5be0f289a9b7b2c5fc193bfc38da.tar.gz |
gnu: libpeas: Propagate gobject-introspection.
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 78a838e747..a621b4ba54 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |