me
/
guix
Archived
1
0
Fork 0

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
Bruno Victal 2023-02-27 00:11:42 +00:00 committed by Maxim Cournoyer
parent b4c70d4c71
commit 7a482ee945
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 8 deletions

View File

@ -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.