mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
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>
This commit is contained in:
parent
26e894414a
commit
fe2575f9a9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue