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.master
parent
a8dd1d2abf
commit
539b18da3d
|
@ -5363,7 +5363,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)
|
||||
|
|
Reference in New Issue