forked from mirrors/nixpkgs
luaPackages.mpack: fix build after #28029
This commit is contained in:
parent
2c92213cd2
commit
1e97008bb8
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue