mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
e830c2a8de
commit
325707fabe
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue