guix-commits
[Top][All Lists]
Advanced

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

01/02: services: desktop: Set default value for geoclue-service-type.


From: guix-commits
Subject: 01/02: services: desktop: Set default value for geoclue-service-type.
Date: Fri, 3 Mar 2023 14:38:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cd2293294595215f2adadc11a993486233b9ea3c
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Fri Mar 3 19:34:39 2023 +0000

    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>
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 8026778ea5..aa9f93997d 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -404,7 +404,8 @@ users are allowed."
                 (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)



reply via email to

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