diff options
author | Alex Kost <alezost@gmail.com> | 2015-03-22 16:33:17 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-03-26 15:47:40 +0300 |
commit | aa4ed92314166a099d3a51681f6d155b384dd4ed (patch) | |
tree | a1041c3b1b980752ff42e245704312c23946b3c5 /gnu-system.am | |
parent | e7682771686e2aa90bf4c244a6995db21d0070ae (diff) | |
download | guix-aa4ed92314166a099d3a51681f6d155b384dd4ed.tar guix-aa4ed92314166a099d3a51681f6d155b384dd4ed.tar.gz |
services: Add 'lirc-service'.
* gnu/services/lirc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New node. Document 'lirc-service'.
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 2e36dae0df..6fdd60d9b7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -325,6 +325,7 @@ GNU_SYSTEM_MODULES = \ gnu/services/base.scm \ gnu/services/dbus.scm \ gnu/services/dmd.scm \ + gnu/services/lirc.scm \ gnu/services/networking.scm \ gnu/services/ssh.scm \ gnu/services/xorg.scm \ |