services: desktop: Remove 'mate-desktop-service' procedure.
* gnu/services/desktop.scm (mate-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
21e8a10852
commit
74c188ecc7
|
@ -1456,14 +1456,6 @@ rules."
|
|||
(default-value (mate-desktop-configuration))
|
||||
(description "Run the MATE desktop environment.")))
|
||||
|
||||
(define-deprecated (mate-desktop-service #:key
|
||||
(config
|
||||
(mate-desktop-configuration)))
|
||||
mate-desktop-service-type
|
||||
"Return a service that adds the @code{mate} package to the system profile,
|
||||
and extends polkit with the actions from @code{mate-settings-daemon}."
|
||||
(service mate-desktop-service-type config))
|
||||
|
||||
|
||||
;;;
|
||||
;;; XFCE desktop service.
|
||||
|
|
Reference in New Issue