summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2018-05-24 10:15:27 +0200
committerRicardo Wurmus <[email protected]>2018-05-24 10:15:27 +0200
commitd1ae68796791a1d34a09f34dd8455a9b1bdaf64c (patch)
tree15584ff3372dba08d8243d55a8aac6479517ea41 /gnu/services
parent125916734870928f428cdeb666e09928c42a725f (diff)
gnu: gnome-desktop-service-type: Add description.
* gnu/services/desktop.scm (gnome-desktop-service-type): Add description.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/desktop.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index a9af7246f5..add3c30a6e 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017 Maxim Cournoyer <[email protected]>
;;; Copyright © 2017 Nils Gillmann <[email protected]>
;;; Copyright © 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
;;;
;;; 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,