From 142c493056bca3f07cd857f30e8a20cdc008ae33 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Sat, 13 Nov 2021 09:57:34 +0100 Subject: gnu: dconf-editor: Use meson 0.59. * gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 13bde33993..9d89a2a8b7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9237,6 +9237,8 @@ beautifying border effects.") `(("dconf" ,dconf) ("gtk+" ,gtk+) ("libxml2" ,libxml2))) + (arguments + `(#:meson ,meson-0.59)) (home-page "https://gitlab.gnome.org/GNOME/dconf-editor") (synopsis "Graphical editor for GNOME's dconf configuration system") (description -- cgit v1.2.3