mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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.
This commit is contained in:
parent
a8dd1d2abf
commit
539b18da3d
1 changed files with 1 additions and 1 deletions
|
@ -5363,7 +5363,7 @@ (define-public geoclue
|
||||||
(patches (search-patches "geoclue-config.patch"))))
|
(patches (search-patches "geoclue-config.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "-Dbus-srv-user=geoclue")))
|
'(#:configure-flags (list "-Ddbus-srv-user=geoclue")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in a new issue