diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-11-17 20:55:07 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-18 10:10:13 -0500 |
commit | c8fa0c46d4d7abab38831a4221f0dc2b42e7a097 (patch) | |
tree | baffc02754525f84dd379c398b62db6db70d7d3e /gnu | |
parent | dd5dbbfa58d8b588c022f6db27c97c2360f35d72 (diff) | |
download | guix-c8fa0c46d4d7abab38831a4221f0dc2b42e7a097.tar.gz |
gnu: gnome-font-viewer: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Use meson-0.59.
Diffstat (limited to 'gnu')
-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 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 _ |