services: Deprecate 'gnome-desktop-service'.

* gnu/services/desktop.scm (gnome-desktop-service-type)[default-value]:
New field.
(gnome-desktop-service): Deprecate.
* gnu/installer/services.scm (%desktop-environments): Use the (service …)
form for GNOME.
* gnu/system/examples/desktop.tmpl: Likewise.
* doc/guix.texi (Desktop Services): Adjust accordingly.
This commit is contained in:
Ludovic Courtès 2019-03-27 10:14:11 +01:00
parent 1c155ec76b
commit ee05cc7fe3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 26 additions and 11 deletions

View file

@ -57,7 +57,7 @@
;; screen with F1. Use the "desktop" services, which
;; include the X11 log-in service, networking with
;; NetworkManager, and more.
(services (append (list (gnome-desktop-service)
(services (append (list (service gnome-desktop-service-type)
(xfce-desktop-service))
%desktop-services))