mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: gegl: Enable GIR.
* gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Remove. [native-inputs]: Sort alphabetically. Add gobject-introspection, vala. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
c6318c8434
commit
655b227c2b
1 changed files with 5 additions and 5 deletions
|
@ -227,8 +227,6 @@ (define-public gegl
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:meson ,meson-0.55
|
`(#:meson ,meson-0.55
|
||||||
#:configure-flags
|
|
||||||
(list "-Dintrospection=false")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'extend-test-time-outs
|
(add-after 'unpack 'extend-test-time-outs
|
||||||
|
@ -254,9 +252,11 @@ (define-public gegl
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libjpeg" ,libjpeg-turbo)))
|
("libjpeg" ,libjpeg-turbo)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("glib" ,glib "bin") ; for gtester
|
||||||
("glib" ,glib "bin") ; for gtester
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("vala" ,vala)))
|
||||||
(home-page "https://gegl.org")
|
(home-page "https://gegl.org")
|
||||||
(synopsis "Graph based image processing framework")
|
(synopsis "Graph based image processing framework")
|
||||||
(description "GEGL (Generic Graphics Library) provides infrastructure to
|
(description "GEGL (Generic Graphics Library) provides infrastructure to
|
||||||
|
|
Loading…
Reference in a new issue