summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-03-22 16:23:47 +0300
committerAlex Kost <alezost@gmail.com>2015-03-26 15:47:39 +0300
commite7682771686e2aa90bf4c244a6995db21d0070ae (patch)
tree92a735f88cec0a2bf2a098ce0f60408fc6e1b21e /gnu-system.am
parentaad6f5bcda28bd598f4937df8f97e651b4a97e8f (diff)
downloadpatches-e7682771686e2aa90bf4c244a6995db21d0070ae.tar
patches-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.am2
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 \