luaPackages.mpack: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 15:06:38 +00:00
parent 2c92213cd2
commit 1e97008bb8

View file

@ -759,6 +759,8 @@ let
"LUA_CMOD_INSTALLDIR=$(out)/lib/lua/${lua.luaversion}"
];
hardeningDisable = [ "fortify" ];
meta = with stdenv.lib; {
description = "Lua bindings for libmpack";
homepage = "https://github.com/libmpack/libmpack-lua";