[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61944] [PATCH] services: desktop: Set default value for geoclue-ser
From: |
Bruno Victal |
Subject: |
[bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type. |
Date: |
Fri, 3 Mar 2023 19:34:39 +0000 |
* gnu/services/desktop.scm (geoclue-service-type): Set default-value.
---
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 @@ (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)
base-commit: 2799ad44234be675f018115f99be98d2c9fd565d
--
2.39.1
- [bug#61944] [PATCH] services: desktop: Set default value for geoclue-service-type.,
Bruno Victal <=