~ruther/guix-local

9fd571a29201b90d750e3e7b4be4842ae6cc59ca — Mark H Weaver 11 years ago 408137d
gnu: Adjust more packages to GLib "bin" split.

* gnu/packages/gimp.scm (gegl): Add glib:bin to 'native-inputs'.
* gnu/packages/mail.scm (mu): Ditto.
2 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/gimp.scm
M gnu/packages/mail.scm
M gnu/packages/gimp.scm => gnu/packages/gimp.scm +1 -0
@@ 101,6 101,7 @@ provided as well as the framework to add new color models and data types.")
       ("libjpeg" ,libjpeg-8)))
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("glib" ,glib "bin")             ; for gtester
       ("intltool" ,intltool)))
    (home-page "http://gegl.org")
    (synopsis "Graph based image processing framework")

M gnu/packages/mail.scm => gnu/packages/mail.scm +1 -0
@@ 301,6 301,7 @@ repository and Maildir/IMAP as LOCAL repository.")
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("glib" ,glib "bin")             ; for gtester
       ("texinfo" ,texinfo)))
    ;; TODO: Add webkit and gtk to build the mug GUI.
    (inputs