diff options
-rw-r--r-- | customized/prosody.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
12 | let | 12 | let |
13 | libs = [ luasocket luasec luaexpat luafilesystem luabitop ] | 13 | libs = [ luasocket luasec luaexpat luafilesystem luabitop ] |
14 | ++ optional withLibevent luaevent | 14 | ++ optional withLibevent luaevent |
15 | ++ optional withDBI luadbi; | 15 | ++ optional withDBI luadbi |
16 | ++ extraLibs; | 16 | ++ extraLibs; |
17 | getPath = lib : type : "${lib}/lib/lua/${lua5.luaversion}/?.${type};${lib}/share/lua/${lua5.luaversion}/?.${type}"; | 17 | getPath = lib : type : "${lib}/lib/lua/${lua5.luaversion}/?.${type};${lib}/share/lua/${lua5.luaversion}/?.${type}"; |
18 | getLuaPath = lib : getPath lib "lua"; | 18 | getLuaPath = lib : getPath lib "lua"; |