luajit.pkgs.luaexpat: fix redefinition of luaL_setfuncs()

This commit is contained in:
Luka Blaskovic
2020-08-09 07:31:02 +00:00
parent 3fcd7415a7
commit 7c365103d7
2 changed files with 39 additions and 0 deletions
@@ -204,6 +204,9 @@ with super;
externalDeps = [
{ name = "EXPAT"; dep = pkgs.expat; }
];
patches = [
./luaexpat.patch
];
});
# TODO Somehow automatically amend buildInputs for things that need luaffi