~ruther/guix-local

936229930fbde1cff24412cd0440f4bfec50c4ae — Mark H Weaver 11 years ago 1b0a86d
gnu: libpeas: Adjust to glib "bin" split.

* gnu/packages/gnome.scm (libpeas): Add glib:bin to 'native-inputs'.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +1 -0
@@ 449,6 449,7 @@ some form of information without getting in the user's way.")
       ("pango" ,pango)))
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("glib:bin" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("intltool" ,intltool)))
    (home-page "https://wiki.gnome.org/Libpeas")