From abab7da06881c5c2cebde3a754c6aae02e0388f4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Jan 2020 17:09:26 +0100 Subject: ... --- customized/prosody.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customized/prosody.nix b/customized/prosody.nix index facf6750..bd7b6785 100644 --- a/customized/prosody.nix +++ b/customized/prosody.nix @@ -17,7 +17,7 @@ let getPath = lib : type : "${lib}/lib/lua/${lua5.luaversion}/?.${type};${lib}/share/lua/${lua5.luaversion}/?.${type}"; getLuaPath = lib : getPath lib "lua"; getLuaCPath = lib : getPath lib "so"; - copyModule = name : "cp -rv $communityModules/${name} $out/lib/prosody/modules/"; + copyModule = name : "cp -rv $communityModules/mod_${name} $out/lib/prosody/modules/"; copyExtraModule = path: "n=0; for i in ${path}/*; do n=1; done; if [[ $n -gt 0 ]]; then cp -rv ${path}/* $out/lib/prosody/modules/; fi"; luaPath = concatStringsSep ";" (map getLuaPath libs); luaCPath = concatStringsSep ";" (map getLuaCPath libs); -- cgit v1.2.3