diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-11-17 20:54:26 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-18 10:10:13 -0500 |
commit | dd5dbbfa58d8b588c022f6db27c97c2360f35d72 (patch) | |
tree | 0753aa258defe852ec8abb73ba7f5f97b2255123 /gnu/packages/gnome.scm | |
parent | 4a77a70db05e63714175b68fdd99fb6b461896a5 (diff) | |
download | guix-dd5dbbfa58d8b588c022f6db27c97c2360f35d72.tar.gz |
gnu: gnome-characters: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-characters)[arguments]: Use meson-0.59.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 75b4e2ced4..64a10f9093 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2084,7 +2084,8 @@ to other formats.") "0z2xa4w921bzpzj6gv88pvbrijcnnwni6jxynwz0ybaravyzaqha")))) (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 #:phases (modify-phases %standard-phases (add-after 'install 'wrap (lambda* (#:key outputs #:allow-other-keys) |