guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: %desktop-services: Use polkit-service-type.


From: guix-commits
Subject: 06/06: gnu: %desktop-services: Use polkit-service-type.
Date: Sun, 20 Jan 2019 09:24:32 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cc178ac71755aa778df93f70d835e0a6a1a10c23
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 20 15:27:52 2019 +0200

    gnu: %desktop-services: Use polkit-service-type.
    
    * gnu/services/desktop.scm (%desktop-services): Replace polkit-service
    with polkit-service-type.
---
 gnu/services/desktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 2d5e900..fbeabf1 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -992,7 +992,7 @@ as expected.")))
          (accountsservice-service)
          (colord-service)
          (geoclue-service)
-         (polkit-service)
+         (service polkit-service-type)
          (elogind-service)
          (dbus-service)
 



reply via email to

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