luaPackages.sqlite: fix build

This commit is contained in:
Matthieu Coudron 2024-04-02 21:51:42 +02:00
parent 461df53427
commit 97cec92c51

View File

@ -539,8 +539,8 @@ in
buildInputs = [ libuv ];
# Use system libuv instead of building local and statically linking
luarocksConfig.variables = {
WITH_SHARED_LIBUV = "ON";
luarocksConfig = lib.recursiveUpdate oa.luarocksConfig {
variables = { WITH_SHARED_LIBUV = "ON"; };
};
# we unset the LUA_PATH since the hook erases the interpreter defaults (To fix)