diff options
author | Alex Kost <alezost@gmail.com> | 2015-03-22 16:23:47 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-03-26 15:47:39 +0300 |
commit | e7682771686e2aa90bf4c244a6995db21d0070ae (patch) | |
tree | 92a735f88cec0a2bf2a098ce0f60408fc6e1b21e /gnu-system.am | |
parent | aad6f5bcda28bd598f4937df8f97e651b4a97e8f (diff) | |
download | guix-e7682771686e2aa90bf4c244a6995db21d0070ae.tar guix-e7682771686e2aa90bf4c244a6995db21d0070ae.tar.gz |
gnu: Add LIRC.
* gnu/packages/lirc.scm: New file.
* gnu/packages/patches/lirc-localstatedir.patch: New file.
* gnu-system.am: Add them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index d20a5967ef..2e36dae0df 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -181,6 +181,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/lightning.scm \ gnu/packages/links.scm \ gnu/packages/linux.scm \ + gnu/packages/lirc.scm \ gnu/packages/lisp.scm \ gnu/packages/llvm.scm \ gnu/packages/lout.scm \ @@ -459,6 +460,7 @@ dist_patch_DATA = \ gnu/packages/patches/libvpx-fix-armhf-link.patch \ gnu/packages/patches/libvpx-fix-ssse3-quantize.patch \ gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch \ + gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua51-liblua-so.patch \ gnu/packages/patches/luajit-no_ldconfig.patch \ |