luaPackages.luasocket: compile with unix support

This commit is contained in:
Satoshi Shishiku 2017-03-01 00:57:02 +00:00 committed by Florian Jacob
parent dcd9969f5b
commit 7d0b910361

View File

@ -388,6 +388,8 @@ let
);
'';
installTargets = [ "install" "install-unix" ];
meta = with stdenv.lib; {
description = "Network support for Lua";
homepage = "http://w3.impa.br/~diego/software/luasocket/";