guix-commits
[Top][All Lists]
Advanced

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

144/244: services: sddm: Remove 'sddm-service' procedure.


From: guix-commits
Subject: 144/244: services: sddm: Remove 'sddm-service' procedure.
Date: Wed, 12 Apr 2023 08:49:08 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit f4dabba88667904e0ec0d9372307ebc7631cd00e
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 00:11:37 2023 +0000

    services: sddm: Remove 'sddm-service' procedure.
    
    * gnu/services/sddm.scm (sddm-service): Remove procedure.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/sddm.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index 694ad736dc..9e02f1cc81 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -324,9 +324,3 @@ Relogin="              (if (sddm-configuration-relogin? 
config)
                   (description
                    "Run SDDM, a display and log-in manager for X11 and
 Wayland."))))
-
-(define-deprecated (sddm-service #:optional (config (sddm-configuration)))
-  sddm-service-type
-  "Run the @uref{https://github.com/sddm/sddm,SDDM display manager}
-with the given @var{config}, a @code{<sddm-configuration>} object."
-  (service sddm-service-type config))



reply via email to

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