samplet pushed a commit to branch core-updates-frozen
in repository guix.
commit ff7f928a106cf4f0c92bd25e5dae010897d45b4e
Author: Timothy Sample <[email protected]>
AuthorDate: Thu Nov 18 00:19:15 2021 -0500
gnu: gnome-shell: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>.
* 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 bc5fdc3..009c93a 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))