diff options
author | Mark H Weaver <mhw@netris.org> | 2014-07-25 15:48:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-07-25 15:48:25 -0400 |
commit | 936229930fbde1cff24412cd0440f4bfec50c4ae (patch) | |
tree | e5ede2df4727b1dfe6bcb4aa6946aae4b92985bd /gnu | |
parent | 1b0a86dd1d4f4b010535ca7853ed35534002bd5e (diff) | |
download | patches-936229930fbde1cff24412cd0440f4bfec50c4ae.tar patches-936229930fbde1cff24412cd0440f4bfec50c4ae.tar.gz |
gnu: libpeas: Adjust to glib "bin" split.
* gnu/packages/gnome.scm (libpeas): Add glib:bin to 'native-inputs'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 893c3e8a6b..f5a0cd7de7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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") |