mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
services: desktop: Set default value for geoclue-service-type.
This follows up on commit ae0975332c60818793c6c63a3646c982d686bf49?. * gnu/services/desktop.scm (geoclue-service-type): Set default-value. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
2799ad4423
commit
cd22932945
1 changed files with 2 additions and 1 deletions
|
@ -404,7 +404,8 @@ (define geoclue-service-type
|
|||
(description "Run the @command{geoclue} location service.
|
||||
This service provides a D-Bus interface to allow applications to request
|
||||
access to a user's physical location, and optionally to add information to
|
||||
online location databases.")))
|
||||
online location databases.")
|
||||
(default-value (geoclue-configuration))))
|
||||
|
||||
(define-deprecated
|
||||
(geoclue-service #:key (geoclue geoclue)
|
||||
|
|
Loading…
Reference in a new issue