libubox: build with Lua

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-09-04 16:29:59 +02:00
parent c24c659ee1
commit 6d4237ff87

View file

@ -33,7 +33,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ cmakeFlags = [
"-DBUILD_EXAMPLES=off" "-DBUILD_EXAMPLES=off"
# TODO: it explode at install phase. # TODO: it explode at install phase.
"-DBUILD_LUA=off" "-DBUILD_LUA=on"
"-DLUAPATH=${placeholder "out"}/lib/lua"
]; ];
meta = { meta = {