luaPackages.cassowary: init at 2.2-1
This commit is contained in:
parent
5f2a3bef33
commit
0b2a15fddd
2 changed files with 18 additions and 0 deletions
|
@ -6,6 +6,7 @@ basexx,,,,,
|
||||||
binaryheap,,,,,vcunat
|
binaryheap,,,,,vcunat
|
||||||
bit32,,,,lua5_1,lblasc
|
bit32,,,,lua5_1,lblasc
|
||||||
busted,,,,,
|
busted,,,,,
|
||||||
|
cassowary,,,,,marsam
|
||||||
cjson,lua-cjson,,,,
|
cjson,lua-cjson,,,,
|
||||||
compat53,,,,,vcunat
|
compat53,,,,,vcunat
|
||||||
coxpcall,,,1.17.0-1,,
|
coxpcall,,,1.17.0-1,,
|
||||||
|
|
|
|
@ -158,6 +158,23 @@ busted = buildLuarocksPackage {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
cassowary = buildLuarocksPackage {
|
||||||
|
pname = "cassowary";
|
||||||
|
version = "2.2-1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://luarocks/cassowary-2.2-1.src.rock;
|
||||||
|
sha256 = "0laghzk5jbap5rfd8sasnrdrbda649sfciarba8rhygm0qni1azy";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ lua penlight ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://github.com/simoncozens/cassowary.lua";
|
||||||
|
description = "The cassowary constraint solver.";
|
||||||
|
maintainers = with maintainers; [ marsam ];
|
||||||
|
license.fullName = "Apache 2";
|
||||||
|
};
|
||||||
|
};
|
||||||
cjson = buildLuarocksPackage {
|
cjson = buildLuarocksPackage {
|
||||||
pname = "lua-cjson";
|
pname = "lua-cjson";
|
||||||
version = "2.1.0.6-1";
|
version = "2.1.0.6-1";
|
||||||
|
|
Loading…
Reference in a new issue