about summary refs log tree commit diff
path: root/pkgs/development/lua-modules/generated-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-06 01:11:54 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-02-13 14:13:39 +0900
commit0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8 (patch)
tree451c66326f88e6a68ef3d2982dd273250765180e /pkgs/development/lua-modules/generated-packages.nix
parentc84a431624b68f25df07586ca6414103091cc97f (diff)
downloadnixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar.gz
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar.bz2
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar.lz
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar.xz
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.tar.zst
nixlib-0cb3ee3bdeb333b7e157fc950e8c1163fffcf3a8.zip
luaPackages.lua-iconv: move to generated
Diffstat (limited to 'pkgs/development/lua-modules/generated-packages.nix')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index 4025f83ce2e1..7da4a9eeddf3 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -320,6 +320,26 @@ lua_cliargs = buildLuarocksPackage {
     };
   };
 };
+lua-iconv = buildLuarocksPackage {
+  pname = "lua-iconv";
+  version = "7-3";
+
+  src =  fetchurl {
+      url    = https://luarocks.org/lua-iconv-7-3.src.rock;
+      sha256 = "03xibhcqwihyjhxnzv367q4bfmzmffxl49lmjsq77g0prw8v0q83";
+   };
+  disabled = ( luaOlder "5.1");
+  propagatedBuildInputs = [lua  ];
+  buildType="builtin";
+
+  meta = {
+    homepage = "http://ittner.github.com/lua-iconv/";
+    description="Lua binding to the iconv";
+    license = {
+      fullName = "MIT/X11";
+    };
+  };
+};
 lua-term = buildLuarocksPackage {
   pname = "lua-term";
   version = "0.7-1";