services: gnome: Fix ‘gnome’ field name.

To match its own documentation & other similar services.

* gnu/services/desktop.scm (gnome-desktop-configuration)[gnome-package]:
Rename to…
[gnome]: …this.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-09 18:39:19 +02:00 committed by Ludovic Courtès
parent e830c2a8de
commit 325707fabe
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -10,6 +10,7 @@
;;; Copyright © 2017, 2019 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017, 2019 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de> ;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;; Copyright © 2019 David Wilson <david@daviwil.com> ;;; Copyright © 2019 David Wilson <david@daviwil.com>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -892,7 +893,7 @@ (define sane-service-type
(define-record-type* <gnome-desktop-configuration> gnome-desktop-configuration (define-record-type* <gnome-desktop-configuration> gnome-desktop-configuration
make-gnome-desktop-configuration make-gnome-desktop-configuration
gnome-desktop-configuration? gnome-desktop-configuration?
(gnome-package gnome-package (default gnome))) (gnome gnome-package (default gnome)))
(define (gnome-polkit-settings config) (define (gnome-polkit-settings config)
"Return the list of GNOME dependencies that provide polkit actions and "Return the list of GNOME dependencies that provide polkit actions and