guix-commits
[Top][All Lists]
Advanced

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

branch wip-desktop updated: gnu: accountsservice-service-type: Add defau


From: guix-commits
Subject: branch wip-desktop updated: gnu: accountsservice-service-type: Add default-value.
Date: Wed, 19 Aug 2020 13:25:29 -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 a253c41  gnu: accountsservice-service-type: Add default-value.
a253c41 is described below

commit a253c41aed3c8629aad3b6957d5c4df134e9fb52
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 19 10:31:40 2020 -0400

    gnu: accountsservice-service-type: Add default-value.
    
    * gnu/services/desktop.scm (accountsservice-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 2c088f0..353f068 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -836,7 +836,8 @@ when they log out."
                  (list (service-extension activation-service-type
                                           (const %accountsservice-activation))
                        (service-extension dbus-root-service-type list)
-                       (service-extension polkit-service-type list)))))
+                       (service-extension polkit-service-type list)))
+   (default-value accountsservice)))
 
 (define* (accountsservice-service #:key (accountsservice accountsservice))
   "Return a service that runs AccountsService, a system service that



reply via email to

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