unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51873: [PATCH] Fix gnome-calendar on core-updates-frozen
@ 2021-11-15 16:02 Vivien Kraus via Bug reports for GNU Guix
  2021-11-15 16:11 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-11-15 16:02 UTC (permalink / raw)
  To: 51873


[-- Attachment #1.1: Type: text/plain, Size: 101 bytes --]


Dear guix,

gnome-calendar also requires meson 0.59 in core-updates-frozen.

Best regards,

Vivien


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Use older meson for gnome-calendar in c-u-f --]
[-- Type: text/x-patch, Size: 972 bytes --]

From a2e4e6ac1d924fc8b95c0ac265f31eca0dbb58e1 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 15:59:05 +0000
Subject: [PATCH] gnu: gnome-calendar: Fix build.

* gnu/packages/gnome.scm (gnome-calendar) [arguments]: Use 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 2a60cc6afc..fc84e5af1a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9734,7 +9734,8 @@ (define-public gnome-calendar
                 "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
-- 
2.33.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-15 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 16:02 bug#51873: [PATCH] Fix gnome-calendar on core-updates-frozen Vivien Kraus via Bug reports for GNU Guix
2021-11-15 16:11 ` Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).