diff options
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -71,7 +71,7 @@ in rec { | |||
| 71 | prosody = self.callPackage ./customized/prosody.nix ({ | 71 | prosody = self.callPackage ./customized/prosody.nix ({ |
| 72 | inherit (self.lua52Packages) luasocket luaexpat luafilesystem luabitop luaevent luasec luadbi; | 72 | inherit (self.lua52Packages) luasocket luaexpat luafilesystem luabitop luaevent luasec luadbi; |
| 73 | lua5 = pkgs.lua5_2_compat; | 73 | lua5 = pkgs.lua5_2_compat; |
| 74 | withCommunityModules = ["mod_carbons" "mod_reload_modules" "mod_csi" "mod_cloud_notify" "mod_csi_pump" "mod_smacks" "mod_track_muc_joins" "mod_watchuntrusted"]; | 74 | withCommunityModules = ["carbons" "reload_modules" "csi" "cloud_notify" "csi_pump" "smacks" "track_muc_joins" "watchuntrusted"]; |
| 75 | extraModules = [prosodyAuth]; | 75 | extraModules = [prosodyAuth]; |
| 76 | extraLibs = with self.lua52Packages; [luaPam luaPosix luaSha2 lua-zlib]; | 76 | extraLibs = with self.lua52Packages; [luaPam luaPosix luaSha2 lua-zlib]; |
| 77 | }); | 77 | }); |
