guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gnome-calendar: Fix build.


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

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

commit fe2575f9a96da2d81be10ac2e976b03a30e070ce
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Nov 15 15:59:05 2021 +0000

    gnu: gnome-calendar: Fix build.
    
    * gnu/packages/gnome.scm (gnome-calendar)[arguments]: Use meson 0.59.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 2a60cc6..fc84e5a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9734,7 +9734,8 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
                 "0czasxnmbw2zm21lmxam8qixacagciq3f815s809hn0f9byh2dwy"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t
+     `(#:glib-or-gtk? #t
+       #:meson ,meson-0.59
        ;; gnome-calendar has to be installed before the tests can be run
        ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
        #:tests? #f



reply via email to

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