guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: gnome-2048: Fix build.


From: guix-commits
Subject: 01/03: gnu: gnome-2048: Fix build.
Date: Mon, 15 Nov 2021 11:09:31 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 74432fb7bacc93f8cf93dee4409147d61daacd86
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Nov 15 14:25:20 2021 +0000

    gnu: gnome-2048: Fix build.
    
    * gnu/packages/games.scm (gnome-2048)[arguments]: Use meson 0.59.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 dd2444e..08a216e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1768,7 +1768,8 @@ destroying an ancient book using a special wand.")
                 "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]