1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Bruno Victal
2023-02-27 00:11:42 +00:00
committed by Maxim Cournoyer
parent b4c70d4c71
commit 7a482ee945

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.