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 Ludovic Courtès
parent 21e8a10852
commit 74c188ecc7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
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.