guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnome-mahjongg: Fix build.


From: guix-commits
Subject: 01/04: gnu: gnome-mahjongg: Fix build.
Date: Sun, 16 Jan 2022 07:56:39 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 42e9b45a5daaa6d6edb7314f3c1fe47a569a9e84
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 16 13:34:52 2022 +0100

    gnu: gnome-mahjongg: Fix build.
    
    * gnu/packages/gnome.scm (gnome-mahjongg): Build with meson-0.59.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7bce80b2d7..5d6377eff6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11505,7 +11505,8 @@ library which detects when a file or a directory has 
been modified.")
                 "019a66a4m5w4kkb0sm6gxj0wi54n06zdxdlmyqw7h8kbakjizv7l"))))
     (build-system meson-build-system)
     (arguments
-     `(#:glib-or-gtk? #t))
+     `(#:meson ,meson-0.59
+       #:glib-or-gtk? #t))
     (native-inputs
      `(("appstream-glib" ,appstream-glib)
        ("gettext" ,gettext-minimal)



reply via email to

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