[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: gnome-dictionary: Build with Meson 0.59.
From: |
guix-commits |
Subject: |
01/04: gnu: gnome-dictionary: Build with Meson 0.59. |
Date: |
Sun, 19 Dec 2021 17:40:25 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 939fa6a3b1481b81afc6e3e2d85d1cb7349e0776
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 19 17:43:16 2021 +0100
gnu: gnome-dictionary: Build with Meson 0.59.
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
---
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 0759348..2ee210e 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