Dear guix,

Gnome 2048 requires the old meson too.

Best regards,

Vivien

From c3a77be9eb0673495be9745cfbfc24694b3790ae Mon Sep 17 00:00:00 2001
From: Vivien Kraus <viv...@planete-kraus.eu>
Date: Mon, 15 Nov 2021 14:25:20 +0000
Subject: [PATCH] gnu: gnome-2048: Fix build.

* gnu/packages/games.scm (gnome-2048) [arguments]: Use meson 0.59.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dd2444e3c9..08a216e9ef 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1768,7 +1768,8 @@ (define-public gnome-2048
                 "0s5fg4z5in1h39fcr69j1qc5ynmg7a8mfprk3mc3c0csq3snfwz2"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t
+     `(#:glib-or-gtk? #t
+       #:meson ,meson-0.59
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'skip-gtk-update-icon-cache
-- 
2.33.1

Attachment: signature.asc
Description: PGP signature

Reply via email to