From cf92c8d096fac5cbe786bf1cbe69a7806e2f0d7e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 12 Feb 2017 23:12:35 +0100 Subject: Link prosody against lua5_sec --- customized/prosody.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'customized') diff --git a/customized/prosody.nix b/customized/prosody.nix index a3445517..c7ca03c5 100644 --- a/customized/prosody.nix +++ b/customized/prosody.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl, libidn, openssl, makeWrapper, fetchhg -, lua5, luasocket, luasec, luaexpat, luafilesystem, luabitop, luaevent ? null, luazlib ? null +, lua5, luasocket, lua5_sec, luaexpat, luafilesystem, luabitop, luaevent ? null, luazlib ? null , withLibevent ? true, withZlib ? true , communityModules ? [], extraLibs ? [], extraModules ? [] }: @@ -10,7 +10,7 @@ assert withZlib -> luazlib != null; with stdenv.lib; let - libs = [ luasocket luasec luaexpat luafilesystem luabitop ] + libs = [ luasocket lua5_sec luaexpat luafilesystem luabitop ] ++ optional withLibevent luaevent ++ optional withZlib luazlib ++ extraLibs; @@ -40,7 +40,7 @@ stdenv.mkDerivation rec { sha256 = "0010x2rl9f9ihy2nwqan2jdlz25433srj2zna1xh10490mc28hij"; }; - buildInputs = [ lua5 luasocket luasec luaexpat luabitop libidn openssl makeWrapper ] + buildInputs = [ lua5 luasocket lua5_sec luaexpat luabitop libidn openssl makeWrapper ] ++ optional withLibevent luaevent ++ optional withZlib luazlib; -- cgit v1.2.3