From d914411e946c8c0bb637de4e937cfbb00332f8dc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 16:24:15 +0200 Subject: prosody itself needs lua5.1, too --- ymir.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 2d2e03de..9bd878f9 100644 --- a/ymir.nix +++ b/ymir.nix @@ -20,6 +20,7 @@ in { rec { prosody = pkgs.callPackage ./customized/prosody.nix ({ inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; + lua5 = pkgs.lua5_1; extraModules = ["mod_auth_pam"]; extraLibs = [luaPam]; }); -- cgit v1.2.3