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: 72923@debbugs.gnu.org
Subject: [bug#72923] [PATCH 2/2] gnu: gitg: Fix build.
Date: Sun, 1 Sep 2024 02:00:33 +0200	[thread overview]
Message-ID: <beb4c29ad6f404f55418af6958ce97b8a574ed46.1725148945.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1725148945.git.liliana.prikler@gmail.com>

* gnu/packages/gnome.scm (gitg)[arguments]<#:meson>: Use meson-1.5.
<#:build-type>: Set to “release”.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 53e5a8f3ea..5e7f27fe69 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12353,7 +12353,9 @@ (define-public gitg
     (build-system meson-build-system)
     (arguments
      (list
+      #:meson meson-1.5                 ; XXX: breaks with Meson 1.2
       #:glib-or-gtk? #t
+      #:build-type "release"            ; don't look at -Wformat…
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'disable-post-install-partially
-- 
2.45.2





  parent reply	other threads:[~2024-09-01  0:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01  0:02 [bug#72923] [PATCH 0/2] Fix gitg Liliana Marie Prikler
2024-09-01  0:00 ` [bug#72923] [PATCH 1/2] gnu: Add meson-1.5 Liliana Marie Prikler
2024-09-01  0:00 ` Liliana Marie Prikler [this message]
2024-09-08 14:02   ` bug#72923: [PATCH 2/2] gnu: gitg: Fix build Liliana Marie Prikler
2024-09-01 16:31 ` [bug#72923] 72923@debbugs.gnu.org Ian Eure
2024-09-02  6:36   ` [bug#72923] [PATCH 0/2] Fix gitg Thomas Stevenson
2024-09-06  7:12 ` [bug#72923] QA review for 72923 Ada Stevenson

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=beb4c29ad6f404f55418af6958ce97b8a574ed46.1725148945.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=72923@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.