summaryrefslogtreecommitdiffstats
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-10-23 20:03:57 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-10-23 20:03:57 +0900
commit15818981fe7000b42e4ff87f1e26ddd981d86db7 (patch)
tree2b61a4e4a244da9e69ff9d9b621aef01a9e12fb8 /pkgs/development/lua-modules
parentaf6bdae8315653af3a10d2aac08bc5324aab91fd (diff)
luaPackages.luadoc: init at 3.0.1-1
Used in vim plugins like nvim-terminal-lua to generate html docs.
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 6401bc1be64a..756eef18f4c1 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -886,6 +886,24 @@ luadbi-sqlite3 = buildLuarocksPackage {
};
};
};
+luadoc = buildLuarocksPackage {
+ pname = "luadoc";
+ version = "3.0.1-1";
+
+ src = fetchurl {
+ url = mirror://luarocks/luadoc-3.0.1-1.src.rock;
+ sha256 = "112zqjbzkrhx3nvavrxx3vhpv2ix85pznzzbpa8fq4piyv5r781i";
+ };
+ propagatedBuildInputs = [ lualogging luafilesystem ];
+
+ meta = with stdenv.lib; {
+ homepage = "http://luadoc.luaforge.net/";
+ description = "LuaDoc is a documentation tool for Lua source code";
+ license = {
+ fullName = "MIT/X11";
+ };
+ };
+};
luaevent = buildLuarocksPackage {
pname = "luaevent";
version = "0.4.6-1";