diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-11-18 00:03:02 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-18 10:10:16 -0500 |
commit | 85fbf6d1fa106b56b1f47e90b2ecd38d071ea83a (patch) | |
tree | 40129086c39ffc29c330ca1b7ca06468d2aad03c | |
parent | 3f99ed39dcc3ed0ea67243cfa4b251e34216f8f7 (diff) | |
download | guix-85fbf6d1fa106b56b1f47e90b2ecd38d071ea83a.tar.gz guix-85fbf6d1fa106b56b1f47e90b2ecd38d071ea83a.zip |
gnu: gnome-user-share: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>.
* gnu/packages/gnome.scm (gnome-user-share)[arguments]: Use meson-0.59.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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. |