me
/
guix
Archived
1
0
Fork 0

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>
master
Vinicius Monego 2021-10-09 17:08:44 +00:00 committed by Liliana Marie Prikler
parent c6318c8434
commit 655b227c2b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 5 additions and 5 deletions

View File

@ -227,8 +227,6 @@ provided, as well as a framework to add new color models and data types.")
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55
#:configure-flags
(list "-Dintrospection=false")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'extend-test-time-outs
@ -254,9 +252,11 @@ provided, as well as a framework to add new color models and data types.")
("libpng" ,libpng)
("libjpeg" ,libjpeg-turbo)))
(native-inputs
`(("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; for gtester
("intltool" ,intltool)))
`(("glib" ,glib "bin") ; for gtester
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(home-page "https://gegl.org")
(synopsis "Graph based image processing framework")
(description "GEGL (Generic Graphics Library) provides infrastructure to