From 07b11864df5ccef11659927de7fe49c97e3a7b3e Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 13 Nov 2021 09:05:27 +0000 Subject: [PATCH 4/7] gnu: gnome-tweaks: Use meson 0.59. * gnu/packages/gnome.scm (gnome-tweaks) [arguments]: Use meson 0.59. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3943e6e7cc..b9aea90ae3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9844,6 +9844,7 @@ (define-public gnome-tweaks (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t + #:meson ,meson-0.59 #:configure-flags '("-Dlocalstatedir=/tmp" "-Dsysconfdir=/tmp") #:imported-modules ((guix build python-build-system) -- 2.33.1