guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69477] [PATCH 4/6] gnu: gegl: Build with introspection.


From: Liliana Marie Prikler
Subject: [bug#69477] [PATCH 4/6] gnu: gegl: Build with introspection.
Date: Thu, 29 Feb 2024 06:18:04 +0100

* gnu/packages/gimp.scm (gegl)[arguments]: Remove #:configure-flags.
---
 gnu/packages/gimp.scm | 4 +---
 1 file changed, 1 insertion(+), 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 @@ (define-public gegl
         (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 _
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]