From ff7f928a106cf4f0c92bd25e5dae010897d45b4e Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Thu, 18 Nov 2021 00:19:15 -0500 Subject: gnu: gnome-shell: Build with Meson 0.59. See . * gnu/packages/gnome.scm (gnome-shell)[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 bc5fdc3f88..009c93a393 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8682,7 +8682,8 @@ properties, screen resolution, and other GNOME parameters.") (modules '((guix build utils))))) (build-system meson-build-system) (arguments - `(#:glib-or-gtk? #t + `(#:meson ,meson-0.59 ;positional arguments error with meson 0.60 + #:glib-or-gtk? #t #:disallowed-references ,(list (gexp-input glib "bin") (gexp-input libxslt) (gexp-input ruby-sass)) -- cgit v1.2.3