diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-29 06:18:04 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-03-09 07:10:17 +0100 |
commit | 1f0767a85be59fe79e4ce8301cddd6aad74ce5b8 (patch) | |
tree | 64ddfd70cec13661a2815c88f28ee6246226dfa7 | |
parent | 99cfb624ca801d6d0e857f7cfd8d358ecfe59893 (diff) | |
download | guix-1f0767a85be59fe79e4ce8301cddd6aad74ce5b8.tar.gz guix-1f0767a85be59fe79e4ce8301cddd6aad74ce5b8.zip |
gnu: gegl: Build with introspection.
* gnu/packages/gimp.scm (gegl)[arguments]: Remove #:configure-flags.
-rw-r--r-- | gnu/packages/gimp.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 07581a4595..d065182c7f 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -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 _ |