about summary refs log tree commit diff
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-25 03:20:01 -0500
committerWill Dietz <w@wdtz.org>2019-04-28 10:14:05 -0500
commit9a3ed7ea049a9c845d643a948043e42631b116de (patch)
treef5f47cb0c9bcdf9d8f385570dfd6417496334365 /pkgs/development/lua-modules
parent6975dee9423371c2133a8837d5abf71019a38f77 (diff)
downloadnixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar.gz
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar.bz2
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar.lz
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar.xz
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.tar.zst
nixlib-9a3ed7ea049a9c845d643a948043e42631b116de.zip
luaPackages: add ldoc
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix74
1 files changed, 30 insertions, 44 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 24e8555900de..2f3919bbe934 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -1,7 +1,7 @@
 
 /* pkgs/development/lua-modules/generated-packages.nix is an auto-generated file -- DO NOT EDIT!
 Regenerate it with:
-nixpkgs$ maintainers/scripts/update-luarocks-packages pkgs/development/lua-modules/generated-packages.nix
+nixpkgs$ ./maintainers/scripts/update-luarocks-packages pkgs/development/lua-modules/generated-packages.nix
 
 These packages are manually refined in lua-overrides.nix
 */
@@ -508,53 +508,13 @@ say = buildLuarocksPackage {
     };
   };
 };
-std__debug = buildLuarocksPackage {
-  pname = "std._debug";
-  version = "1.0.1-1";
-
-  src = fetchurl {
-      url    = https://luarocks.org/std._debug-1.0.1-1.src.rock;
-      sha256 = "1qkcc5rph3ns9mzrfsa1671pb3hzbzfnaxvyw7zdly2b7ll88svz";
-  };
-  disabled = ( luaOlder "5.1") || ( luaAtLeast "5.5");
-  propagatedBuildInputs = [ lua ];  
-  buildType = "builtin";
-
-  meta = {
-    homepage = "http://lua-stdlib.github.io/_debug";
-    description="Debug Hints Library";
-    license = {
-      fullName = "MIT/X11";
-    };
-  };
-};
-std_normalize = buildLuarocksPackage {
-  pname = "std.normalize";
-  version = "2.0.2-1";
-
-  src = fetchurl {
-      url    = https://luarocks.org/std.normalize-2.0.2-1.src.rock;
-      sha256 = "0yn60zqnxflhhlv6xk6w0ifdfxk1qcg8gq1wnrrbwsxwpipsrfjh";
-  };
-  disabled = ( luaOlder "5.1") || ( luaAtLeast "5.4");
-  propagatedBuildInputs = [ lua std__debug ];  
-  buildType = "builtin";
-
-  meta = {
-    homepage = "https://lua-stdlib.github.io/normalize";
-    description="Normalized Lua Functions";
-    license = {
-      fullName = "MIT/X11";
-    };
-  };
-};
 luv = buildLuarocksPackage {
   pname = "luv";
-  version = "1.26.0-0";
+  version = "1.27.0-0";
 
   src = fetchurl {
-      url    = https://luarocks.org/luv-1.26.0-0.src.rock;
-      sha256 = "005yzcxlribnc45qr1g7q4psakximb9fbz07k6yzy1d94mhcxxr7";
+      url    = https://luarocks.org/luv-1.27.0-0.src.rock;
+      sha256 = "16csnnypi2m71ncr8qwc9drqbrb40l5li1nk7zpsxnslg5fiax6x";
   };
   disabled = ( luaOlder "5.1");
   propagatedBuildInputs = [ lua ];  
@@ -720,6 +680,32 @@ coxpcall = buildLuarocksPackage {
     };
   };
 };
+ldoc = buildLuarocksPackage {
+  pname = "ldoc";
+  version = "1.4.6-2";
+
+         knownRockspec = (fetchurl {
+      url    = https://luarocks.org/ldoc-1.4.6-2.rockspec;
+      sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
+  }).outPath;
+
+       src = fetchurl {
+      url    = http://stevedonovan.github.io/files/ldoc-1.4.6.zip;
+      sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
+  };
+       
+  
+  propagatedBuildInputs = [ penlight markdown ];  
+  buildType = "builtin";
+
+  meta = {
+    homepage = "http://stevedonovan.github.com/ldoc";
+    description="A Lua Documentation Tool";
+    license = {
+      fullName = "MIT/X11";
+    };
+  };
+};
 
 }
 /* GENERATED */