luaPackages.basexx: move to generated

This commit is contained in:
Matthieu Coudron
2019-02-06 00:37:09 +09:00
parent 582fa48e6f
commit 84d4faf8d5
3 changed files with 21 additions and 26 deletions

View File

@@ -50,6 +50,26 @@ argparse = buildLuarocksPackage {
};
};
};
basexx = buildLuarocksPackage {
pname = "basexx";
version = "0.4.0-1";
src = fetchurl {
url = https://luarocks.org/basexx-0.4.0-1.src.rock;
sha256 = "1px8yrxg1qkk3kzdqj3siry742jdv4ysp2dmicxi15mkynqpjlzz";
};
disabled = ( luaOlder "5.1");
propagatedBuildInputs = [lua ];
buildType="builtin";
meta = {
homepage = "https://github.com/aiq/basexx";
description="A base2, base16, base32, base64 and base85 library for Lua";
license = {
fullName = "MIT";
};
};
};
dkjson = buildLuarocksPackage {
pname = "dkjson";
version = "2.5-2";