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
							
								
									26c1bd9dfa
								
							
						
					
					
						commit
						8764064c05
					
				
					 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 @@ 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 a new issue