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.
This commit is contained in:
parent
408137d992
commit
9fd571a292
|
@ -101,6 +101,7 @@ provided as well as the framework to add new color models and data types.")
|
||||||
("libjpeg" ,libjpeg-8)))
|
("libjpeg" ,libjpeg-8)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("glib" ,glib "bin") ; for gtester
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(home-page "http://gegl.org")
|
(home-page "http://gegl.org")
|
||||||
(synopsis "Graph based image processing framework")
|
(synopsis "Graph based image processing framework")
|
||||||
|
|
|
@ -301,6 +301,7 @@ repository and Maildir/IMAP as LOCAL repository.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("glib" ,glib "bin") ; for gtester
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
;; TODO: Add webkit and gtk to build the mug GUI.
|
;; TODO: Add webkit and gtk to build the mug GUI.
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue