guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: sddm: Have sddm provision xorg-server.


From: guix-commits
Subject: branch master updated: services: sddm: Have sddm provision xorg-server.
Date: Sun, 19 Apr 2020 02:06:35 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fafe234  services: sddm: Have sddm provision xorg-server.
fafe234 is described below

commit fafe2343c29bcb02fcee79558fbd8ae2ba2c1214
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Apr 19 08:52:01 2020 +0300

    services: sddm: Have sddm provision xorg-server.
    
    * gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]: Have
    sddm provision 'xorg-server like the other display managers.
---
 gnu/services/sddm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index 1921afc..59f8b16 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -170,7 +170,7 @@ Relogin="              (if (sddm-configuration-relogin? 
config)
   (list (shepherd-service
          (documentation "SDDM display manager.")
          (requirement '(user-processes))
-         (provision '(display-manager))
+         (provision '(xorg-server display-manager))
          (start #~(make-forkexec-constructor #$sddm-command))
          (stop #~(make-kill-destructor)))))
 



reply via email to

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