services: sddm: Remove 'sddm-service' procedure.
* gnu/services/sddm.scm (sddm-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
b92880d011
commit
aeb5df82dd
|
@ -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))
|
||||
|
|
Reference in New Issue