diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-05 17:33:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-08 14:34:32 +0200 |
commit | 7ce597ff9e7232f91016d5e4945cd24ec691223c (patch) | |
tree | d5b3a2e412289821431c4c3f5e23a6af2dce417f /gnu-system.am | |
parent | 75016d07ec8cfacef4b518a7da54b3137bd756f7 (diff) | |
download | patches-7ce597ff9e7232f91016d5e4945cd24ec691223c.tar patches-7ce597ff9e7232f91016d5e4945cd24ec691223c.tar.gz |
gnu: Add colord service.
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm.
* gnu/services/colord.scm: New file.
* doc/guix.texi (Various Services): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 199a944b5d..47799230af 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -324,6 +324,7 @@ GNU_SYSTEM_MODULES = \ gnu/services.scm \ gnu/services/avahi.scm \ gnu/services/base.scm \ + gnu/services/colord.scm \ gnu/services/dbus.scm \ gnu/services/dmd.scm \ gnu/services/lirc.scm \ |