guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: geoclue-service-type: Add default-value


From: guix-commits
Subject: branch wip-desktop updated: gnu: geoclue-service-type: Add default-value.
Date: Sat, 22 Aug 2020 07:49:49 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch wip-desktop
in repository guix.

The following commit(s) were added to refs/heads/wip-desktop by this push:
     new ec2f375  gnu: geoclue-service-type: Add default-value.
ec2f375 is described below

commit ec2f375c90c58fba9a8708d71b2efe9aa985c12e
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Aug 22 07:39:52 2020 -0400

    gnu: geoclue-service-type: Add default-value.
    
    * gnu/services/desktop.scm (geoclue-service-type): Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 0cfabea..2c6d603 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -395,7 +395,8 @@ users are allowed."
                  (list (service-extension dbus-root-service-type
                                           geoclue-dbus-service)
                        (service-extension account-service-type
-                                          (const %geoclue-accounts))))))
+                                          (const %geoclue-accounts))))
+   (default-value geoclue)))
 
 (define* (geoclue-service #:key (geoclue geoclue)
                           (whitelist '())



reply via email to

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