diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:14:57 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 15:14:57 +0100 |
commit | 1ff9a15bc441301be6ea7b9f8d6282f428636e8a (patch) | |
tree | 0e3868ceab9427eed2703813f191a4b994e79792 | |
parent | 557ed29e08dc2e40fe66dc99b09ebe61daa936c8 (diff) | |
download | nixos-1ff9a15bc441301be6ea7b9f8d6282f428636e8a.tar nixos-1ff9a15bc441301be6ea7b9f8d6282f428636e8a.tar.gz nixos-1ff9a15bc441301be6ea7b9f8d6282f428636e8a.tar.bz2 nixos-1ff9a15bc441301be6ea7b9f8d6282f428636e8a.tar.xz nixos-1ff9a15bc441301be6ea7b9f8d6282f428636e8a.zip |
...
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ in rec { | |||
69 | nixpkgs.overlays = [ | 69 | nixpkgs.overlays = [ |
70 | (self: super: { | 70 | (self: super: { |
71 | prosody = self.callPackage ./customized/prosody.nix ({ | 71 | prosody = self.callPackage ./customized/prosody.nix ({ |
72 | inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent luazlib luasec; | 72 | inherit (self.lua51Packages) luasocket luaexpat luafilesystem luabitop luaevent lua-zlib luasec; |
73 | lua5 = pkgs.lua5_1; | 73 | lua5 = pkgs.lua5_1; |
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 = ["mod_carbons" "mod_reload_modules" "mod_csi" "mod_cloud_notify" "mod_csi_pump" "mod_smacks" "mod_track_muc_joins" "mod_watchuntrusted"]; |
75 | extraModules = [prosodyAuth]; | 75 | extraModules = [prosodyAuth]; |