diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 17:08:13 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 17:08:13 +0100 |
| commit | 777e5a4676231186fcff58d4ef469f9a97c87851 (patch) | |
| tree | 8b47868635ba532f3c76e69a1590e1bf89646136 | |
| parent | a84a14617facf0bc107f504dc82982cffa77ed6f (diff) | |
| download | nixos-777e5a4676231186fcff58d4ef469f9a97c87851.tar nixos-777e5a4676231186fcff58d4ef469f9a97c87851.tar.gz nixos-777e5a4676231186fcff58d4ef469f9a97c87851.tar.bz2 nixos-777e5a4676231186fcff58d4ef469f9a97c87851.tar.xz nixos-777e5a4676231186fcff58d4ef469f9a97c87851.zip | |
...
| -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 | }); |
