guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: malcontent: Use meson 0.59 to fix build.


From: guix-commits
Subject: 04/07: gnu: malcontent: Use meson 0.59 to fix build.
Date: Wed, 24 Nov 2021 01:03:53 -0500 (EST)

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

commit 249dd3fc58137ffb586c2220ee03438273216839
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 23 23:52:06 2021 -0500

    gnu: malcontent: Use meson 0.59 to fix build.
    
    * gnu/packages/freedesktop.scm (malcontent)[meson]: Use meson 0.59.
---
 gnu/packages/freedesktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 46bc051..eba0660 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -363,7 +363,8 @@ tests.")
         (base32 "0vnf0pk516fwwh41v96c29l2i7h1pnwhivlkbf53kkx1q35g7lb3"))))
     (build-system meson-build-system)
     (arguments
-     `(#:glib-or-gtk? #t
+     `(#:meson ,meson-0.59
+       #:glib-or-gtk? #t
        #:phases
        (modify-phases %standard-phases
          ;; AppInfo not available inside build environment.



reply via email to

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