diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-30 18:05:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-30 18:05:57 +0200 |
commit | 426adbe82731b8b4968cad8d474545d3e8b55c65 (patch) | |
tree | 5fbc7f62c5bfa2e3a97c01c7974d119cf6400824 /gnu/packages/linux.scm | |
parent | 1ddbd9fd71502c9332ca84a74734121c407a5708 (diff) | |
download | guix-426adbe82731b8b4968cad8d474545d3e8b55c65.tar guix-426adbe82731b8b4968cad8d474545d3e8b55c65.tar.gz |
gnu: glib: Add "bin" output.
Fixes <http://bugs.gnu.org/17853>.
* gnu/packages/glib.scm (glib)[outputs]: Add "bin".
(gobject-introspection)[native-inputs]: New field.
* gnu/packages/avahi.scm (avahi)[native-inputs]: Add glib:bin.
* gnu/packages/gnome.scm (brasero, libgnome-keyring, evince,
gsettings-desktop-schemas, libnotify, gtkglext): Likewise.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base,
gst-plugins-base-0.10): Likewise.
* gnu/packages/gtk.scm (atk, pango, gdk-pixbuf, gtk+-2, gtk+):
Likewise.
* gnu/packages/linux.scm (udev): Likewise.
* gnu/packages/pdf.scm (poppler): Likewise.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 841ec581d9..d6633631b8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1254,6 +1254,7 @@ from the module-init-tools project.") (native-inputs `(("pkg-config" ,pkg-config) ("gperf" ,gperf) + ("glib" ,glib "bin") ; glib-genmarshal, etc. ("perl" ,perl) ; for the tests ("python" ,python-2))) ; ditto (inputs |