all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 69477@debbugs.gnu.org
Subject: [bug#69477] [PATCH 4/6] gnu: gegl: Build with introspection.
Date: Thu, 29 Feb 2024 06:18:04 +0100	[thread overview]
Message-ID: <e2d0e577b27b44c06fa0576fa9eb0a4621b764c9.1709229203.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1709229203.git.liliana.prikler@gmail.com>

* 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





  parent reply	other threads:[~2024-02-29 18:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 17:53 [bug#69477] [PATCH 0/6] Update GIMP Liliana Marie Prikler
2024-02-29  5:16 ` [bug#69477] [PATCH 1/6] gnu: babl: Update to 0.1.108 Liliana Marie Prikler
2024-02-29  5:17 ` [bug#69477] [PATCH 2/6] gnu: gegl: Update to 0.4.48 Liliana Marie Prikler
2024-02-29  5:17 ` [bug#69477] [PATCH 3/6] gnu: babl: Build with introspection Liliana Marie Prikler
2024-02-29  5:18 ` Liliana Marie Prikler [this message]
2024-02-29 17:47 ` [bug#69477] [PATCH 5/6] gnu: gimp: Update to 2.10.36 Liliana Marie Prikler
2024-02-29 17:47 ` [bug#69477] [PATCH 6/6] gnu: Add gimp-next Liliana Marie Prikler
2024-03-09  6:45   ` bug#69477: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2d0e577b27b44c06fa0576fa9eb0a4621b764c9.1709229203.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=69477@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.