summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-01 19:36:10 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-05 22:44:31 +0200
commitfe1a39d319258c26fb9bcedc2fd337a9e2f40df9 (patch)
treeabfd43f6b00b799c447ec256ea709bf4e84d5867 /gnu-system.am
parent8a629613d1eadb0f3f6fb1e5ce65b484745b30a3 (diff)
downloadpatches-fe1a39d319258c26fb9bcedc2fd337a9e2f40df9.tar
patches-fe1a39d319258c26fb9bcedc2fd337a9e2f40df9.tar.gz
services: Group desktop services in (gnu services desktop).
* gnu/services/colord.scm, gnu/services/dbus.scm, gnu/services/upower.scm: Remove. * gnu/services/desktop.scm: New file, with contents taken from the above files. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * doc/guix.texi (Desktop Services): New section. (Various Services): Move colord-service and upower-service from here to "Desktop Services".
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 798188f7e7..9ffb76ee5d 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -329,13 +329,11 @@ GNU_SYSTEM_MODULES = \
gnu/services.scm \
gnu/services/avahi.scm \
gnu/services/base.scm \
- gnu/services/colord.scm \
- gnu/services/dbus.scm \
+ gnu/services/desktop.scm \
gnu/services/dmd.scm \
gnu/services/lirc.scm \
gnu/services/networking.scm \
gnu/services/ssh.scm \
- gnu/services/upower.scm \
gnu/services/xorg.scm \
\
gnu/system.scm \