From c8fa0c46d4d7abab38831a4221f0dc2b42e7a097 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Wed, 17 Nov 2021 20:55:07 -0500 Subject: gnu: gnome-font-viewer: Build with Meson 0.59. See . * gnu/packages/gnome.scm (gnome-font-viewer)[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 64a10f9093..689a0a76ef 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2375,7 +2375,8 @@ and keep up to date translations of documentation.") "0hpyi0sz3gcqqs9lkwyk8b6hr39m3n27432x98kxr436jj37dk6j")))) (build-system meson-build-system) (arguments - '(#:phases + `(#:meson ,meson-0.59 ;positional arguments error with meson 0.60 + #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-post-install-script (lambda _ -- cgit v1.2.3