luaPackages.luazip: 2007-10-30 -> 1.2.7

This commit is contained in:
Matthieu Coudron
2019-06-05 13:21:38 +09:00
parent 62d4e044e7
commit 704358dcb5
4 changed files with 23 additions and 27 deletions

View File

@@ -46,6 +46,9 @@ with super;
lua-iconv = super.lua-iconv.override({
buildInputs = [ pkgs.libiconv ];
});
luazip = super.luazip.override({
buildInputs = [ pkgs.zziplib ];
});
luv = super.luv.overrideAttrs(oa: {
# Use system libuv instead of building local and statically linking
# This is a hacky way to specify -DWITH_SHARED_LIBUV=ON which