services: sddm: Remove 'sddm-service' procedure.

* gnu/services/sddm.scm (sddm-service): Remove procedure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Bruno Victal 2023-02-27 00:11:37 +00:00 committed by Ludovic Courtès
parent b92880d011
commit aeb5df82dd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -324,9 +324,3 @@ (define sddm-service-type
(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))