From 06c06c3256df99a0335773fc898170bc081ce581 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2015 17:09:22 +0200 Subject: registered luaposix dep --- ymir.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 46e9f9f4..53dfd7c5 100644 --- a/ymir.nix +++ b/ymir.nix @@ -2,6 +2,7 @@ let luaPam = pkgs.callPackage ./custom/luaPam.nix {}; + luaPosix = pkgs.callPackage ./custom/luaPosix.nix {}; in { imports = [ @@ -22,7 +23,7 @@ in { inherit (pkgs.lua51Packages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; lua5 = pkgs.lua5_1; extraModules = ["mod_auth_pam"]; - extraLibs = [luaPam]; + extraLibs = [luaPam luaPosix]; }); }; -- cgit v1.2.3