mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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:
parent
21e8a10852
commit
74c188ecc7
1 changed files with 0 additions and 8 deletions
|
@ -1456,14 +1456,6 @@ (define mate-desktop-service-type
|
||||||
(default-value (mate-desktop-configuration))
|
(default-value (mate-desktop-configuration))
|
||||||
(description "Run the MATE desktop environment.")))
|
(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.
|
;;; XFCE desktop service.
|
||||||
|
|
Loading…
Reference in a new issue