~ruther/guix-local

1f0767a85be59fe79e4ce8301cddd6aad74ce5b8 — Liliana Marie Prikler 2 years ago 99cfb62
gnu: gegl: Build with introspection.

* gnu/packages/gimp.scm (gegl)[arguments]: Remove #:configure-flags.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/gimp.scm
M gnu/packages/gimp.scm => gnu/packages/gimp.scm +1 -3
@@ 231,9 231,7 @@ provided, as well as a framework to add new color models and data types.")
        (base32 "0iw2wag3sls7va4c3dmczisbs9na4ml0rppnk1ymv0789gcjd321"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags
       (list "-Dintrospection=false")
       #:phases
     `(#:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'extend-test-time-outs
           (lambda _