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 3/6] gnu: babl: Build with introspection.
Date: Thu, 29 Feb 2024 06:17:22 +0100	[thread overview]
Message-ID: <f3a84874a1d3a80b8be77b94893f2f465bee7728.1709229203.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1709229203.git.liliana.prikler@gmail.com>

* gnu/packages/gimp.scm (babl)[#:configure-flags]: Remove “-Denable-gir=false”.
---
 gnu/packages/gimp.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 555a170665..07581a4595 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -193,8 +193,7 @@ (define-public babl
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags
-       (list "-Denable-gir=false"
-             "-Dwith-docs=false")))
+       (list "-Dwith-docs=false")))
     (native-inputs
      (list gobject-introspection pkg-config vala))
     (propagated-inputs
-- 
2.41.0





  parent reply	other threads:[~2024-02-29 18:12 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 ` Liliana Marie Prikler [this message]
2024-02-29  5:18 ` [bug#69477] [PATCH 4/6] gnu: gegl: Build with introspection Liliana Marie Prikler
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=f3a84874a1d3a80b8be77b94893f2f465bee7728.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.