civodul pushed a commit to branch version-1.1.0
in repository guix.

commit 325707fabe03a352eeb27fc8164819e6fac1dd34
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Apr 9 18:39:19 2020 +0200

    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.
---
 gnu/services/desktop.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 7300ff5..8663243 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2017, 2019 Christopher Baines <[email protected]>
 ;;; Copyright © 2019 Tim Gesthuizen <[email protected]>
 ;;; Copyright © 2019 David Wilson <[email protected]>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -892,7 +893,7 @@ rules.")
 (define-record-type* <gnome-desktop-configuration> gnome-desktop-configuration
   make-gnome-desktop-configuration
   gnome-desktop-configuration?
-  (gnome-package gnome-package (default gnome)))
+  (gnome gnome-package (default gnome)))
 
 (define (gnome-polkit-settings config)
   "Return the list of GNOME dependencies that provide polkit actions and

Reply via email to