diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-19 17:43:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-19 23:39:55 +0100 |
commit | 939fa6a3b1481b81afc6e3e2d85d1cb7349e0776 (patch) | |
tree | 052f37461e2a61c556e06e5e7c3e23f98484990a /gnu/packages/gnome.scm | |
parent | 0f4c68ecc83189f8f2e557445e4a2da384139d17 (diff) | |
download | guix-939fa6a3b1481b81afc6e3e2d85d1cb7349e0776.tar.gz |
gnu: gnome-dictionary: Build with Meson 0.59.
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
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 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 |