From 5808a8ba3effed3e660eb717632e1358e9921d59 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 8 Sep 2022 11:16:41 -0400 Subject: [PATCH] gnu: gnome-dictionary: Use latest meson. * gnu/packages/gnome.scm (gnome-dictionary) [meson]: Delete argument. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd0254ff1c8cab3245d67e27ace2f264933776cf..5d27adb4a7f98b3fb9da2179c799f267af0b7c82 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10119,7 +10119,6 @@ to perfectly fit the GNOME desktop.") (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t - #:meson ,meson-0.59 #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache @@ -10135,7 +10134,8 @@ to perfectly fit the GNOME desktop.") pkg-config libxml2)) (inputs - (list gsettings-desktop-schemas gtk+)) + (list gsettings-desktop-schemas + gtk+)) (home-page "https://wiki.gnome.org/Apps/Dictionary") (synopsis "Look up words in dictionary sources") (description