[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen-batched-changes updated: gnu: geoclue: Fix bu
From: |
guix-commits |
Subject: |
branch core-updates-frozen-batched-changes updated: gnu: geoclue: Fix build option name. |
Date: |
Sat, 30 Oct 2021 00:02:38 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
The following commit(s) were added to
refs/heads/core-updates-frozen-batched-changes by this push:
new 18137f4 gnu: geoclue: Fix build option name.
18137f4 is described below
commit 18137f46d2dfb97b58c28dc8b596d22bbfabfb08
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 d426fd5..e010de9 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen-batched-changes updated: gnu: geoclue: Fix build option name.,
guix-commits <=