From 85fbf6d1fa106b56b1f47e90b2ecd38d071ea83a Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Thu, 18 Nov 2021 00:03:02 -0500 Subject: gnu: gnome-user-share: Build with Meson 0.59. See . * gnu/packages/gnome.scm (gnome-user-share)[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 51ad5d51bf..24016664fb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1592,7 +1592,8 @@ tour of all gnome components and allows the user to set them up.") "04r9ck9v4i0d31grbli1d4slw2d6dcsfkpaybkwbzi7wnj72l30x")))) (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 #:configure-flags `("-Dsystemduserunitdir=/tmp/empty" ;; Enable nautilus extension for file sharing. -- cgit v1.2.3