guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

182/201: gnu: geoclue: Fix build option name.


From: guix-commits
Subject: 182/201: gnu: geoclue: Fix build option name.
Date: Mon, 1 Nov 2021 23:19:15 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 6e2a210ae594138f58200167cbb8c868919247d3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 30 00:00:04 2021 -0400

    gnu: geoclue: Fix build option name.
    
    * gnu/packages/gnome.scm (geoclue)[configure-flags]<bus-srv-user>: Rename
    to...
    <dbus-srv-user>: ... 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 08033d7..7bbffa4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5362,7 +5362,7 @@ output devices.")
        (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]