From 539b18da3d533256f57b7114635883d3867aa8f9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 30 Oct 2021 00:00:04 -0400 Subject: [PATCH] gnu: geoclue: Fix build option name. * gnu/packages/gnome.scm (geoclue)[configure-flags]: Rename to... : ... this. The error was caught by meson 0.60. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7ee520b7ae..b4849dfb8b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5363,7 +5363,7 @@ (define-public geoclue (patches (search-patches "geoclue-config.patch")))) (build-system meson-build-system) (arguments - '(#:configure-flags (list "-Dbus-srv-user=geoclue"))) + '(#:configure-flags (list "-Ddbus-srv-user=geoclue"))) (native-inputs `(("pkg-config" ,pkg-config) ("gobject-introspection" ,gobject-introspection)