From c4de5091a957317695ab234c999440a4cb1e063a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 1 Sep 2024 02:00:33 +0200 Subject: gnu: gitg: Fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 @@ higher level porcelain stuff.") (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 -- cgit v1.2.3