summaryrefslogtreecommitdiffstats
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-10-23 20:00:45 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-10-23 20:00:45 +0900
commitaf6bdae8315653af3a10d2aac08bc5324aab91fd (patch)
treef60104e59dfe7cfdad7faa4ff00104ed985e242a /pkgs/development/lua-modules
parent1c40ee6fc44f7eb474c69ea070a43247a1a2c83c (diff)
luaPackages.lualogging: init at 1.3.0-1
Dependency of luadoc
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix18
1 files changed, 18 insertions, 0 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 5adc23979393..6401bc1be64a 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -964,6 +964,24 @@ luafilesystem = buildLuarocksPackage {
};
};
};
+lualogging = buildLuarocksPackage {
+ pname = "lualogging";
+ version = "1.3.0-1";
+
+ src = fetchurl {
+ url = mirror://luarocks/lualogging-1.3.0-1.src.rock;
+ sha256 = "13fm1vlig3zmbfkmlq1vk3xfqhlvv5xf24b0p4k4d08395y858vc";
+ };
+ propagatedBuildInputs = [ luasocket ];
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/Neopallium/lualogging";
+ description = "A simple API to use logging features";
+ license = {
+ fullName = "MIT/X11";
+ };
+ };
+};
luaossl = buildLuarocksPackage {
pname = "luaossl";
version = "20190731-0";