From 6d4237ff87967209e6b53be8c57a622956fc9fee Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 4 Sep 2024 16:29:59 +0200 Subject: [PATCH] libubox: build with Lua Signed-off-by: Raito Bezarius --- pkgs/libubox/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/libubox/default.nix b/pkgs/libubox/default.nix index 6c68e3e..43b0377 100644 --- a/pkgs/libubox/default.nix +++ b/pkgs/libubox/default.nix @@ -33,7 +33,8 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DBUILD_EXAMPLES=off" # TODO: it explode at install phase. - "-DBUILD_LUA=off" + "-DBUILD_LUA=on" + "-DLUAPATH=${placeholder "out"}/lib/lua" ]; meta = {