diff options
author | Andreas Enge <andreas@enge.fr> | 2015-11-12 05:12:37 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-11-12 05:12:37 +0100 |
commit | 8de8cf438a41a1f30558b55ed6ba59ab4b743c85 (patch) | |
tree | e6b8172247b173879fe0e0100e5d4991d9927365 /gnu-system.am | |
parent | ddfd70da8e698ddde7dc070371581d4f2c9bca05 (diff) |
gnu: lua: Register patch.
* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch.
This is a follow-up to commit 0f9c1f34000e7fd3f4c6bdb45c568f6416906c3b.
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 e53bb3ecf4..0b716c76ab 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -570,6 +570,7 @@ dist_patch_DATA = \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ gnu/packages/patches/lua-pkgconfig.patch \ gnu/packages/patches/lua51-liblua-so.patch \ + gnu/packages/patches/lua52-liblua-so.patch \ gnu/packages/patches/luajit-no_ldconfig.patch \ gnu/packages/patches/luajit-symlinks.patch \ gnu/packages/patches/luit-posix.patch \ |