diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:25:38 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:25:38 +0100 |
commit | 74b71af698f5b51c3f79a3b72fc93664f3910105 (patch) | |
tree | 9841cda656d7a466871de71ec21b80140f414d90 | |
parent | cb8b6b5b792f60406555e0d85ad6188a21439510 (diff) | |
download | nixos-74b71af698f5b51c3f79a3b72fc93664f3910105.tar nixos-74b71af698f5b51c3f79a3b72fc93664f3910105.tar.gz nixos-74b71af698f5b51c3f79a3b72fc93664f3910105.tar.bz2 nixos-74b71af698f5b51c3f79a3b72fc93664f3910105.tar.xz nixos-74b71af698f5b51c3f79a3b72fc93664f3910105.zip |
...
-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"; |