guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: gnome-desktop-service-type: Add description.


From: Ricardo Wurmus
Subject: 03/04: gnu: gnome-desktop-service-type: Add description.
Date: Thu, 24 May 2018 04:17:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d1ae68796791a1d34a09f34dd8455a9b1bdaf64c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 24 10:15:27 2018 +0200

    gnu: gnome-desktop-service-type: Add description.
    
    * gnu/services/desktop.scm (gnome-desktop-service-type): Add description.
---
 gnu/services/desktop.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index a9af724..add3c30 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2017 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -828,7 +829,8 @@ rules."
                              gnome-polkit-settings)
           (service-extension profile-service-type
                              (compose list
-                                      gnome-package))))))
+                                      gnome-package))))
+   (description "Run the GNOME desktop environment.")))
 
 (define* (gnome-desktop-service #:key (config (gnome-desktop-configuration)))
   "Return a service that adds the @code{gnome} package to the system profile,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]