summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-19 17:43:16 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-19 23:39:55 +0100
commit939fa6a3b1481b81afc6e3e2d85d1cb7349e0776 (patch)
tree052f37461e2a61c556e06e5e7c3e23f98484990a /gnu
parent0f4c68ecc83189f8f2e557445e4a2da384139d17 (diff)
downloadguix-patches-939fa6a3b1481b81afc6e3e2d85d1cb7349e0776.tar
guix-patches-939fa6a3b1481b81afc6e3e2d85d1cb7349e0776.tar.gz
gnu: gnome-dictionary: Build with Meson 0.59.
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0759348762..2ee210e00e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9809,7 +9809,8 @@ fit the GNOME desktop.")
"1d8dhcfys788vv27v34i3s3x3jdvdi2kqn2a5p8c937a9hm0qr9f"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
+ `(#:glib-or-gtk? #t
+ #:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache