From 74b71af698f5b51c3f79a3b72fc93664f3910105 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2020 15:25:38 +0100 Subject: ... --- customized/prosody.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customized/prosody.nix b/customized/prosody.nix index a30b4e16..16fc286a 100644 --- a/customized/prosody.nix +++ b/customized/prosody.nix @@ -12,7 +12,7 @@ with stdenv.lib; let libs = [ luasocket luasec luaexpat luafilesystem luabitop ] ++ optional withLibevent luaevent - ++ optional withDBI luadbi; + ++ optional withDBI luadbi ++ extraLibs; getPath = lib : type : "${lib}/lib/lua/${lua5.luaversion}/?.${type};${lib}/share/lua/${lua5.luaversion}/?.${type}"; getLuaPath = lib : getPath lib "lua"; -- cgit v1.2.3