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.master
parent
e830c2a8de
commit
325707fabe
|
@ -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 @@ rules.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue