luaPackages.cassowary: init at 2.2-1

This commit is contained in:
Mario Rodas 2020-02-11 00:00:00 -05:00 committed by Caleb Maclennan
parent 5f2a3bef33
commit 0b2a15fddd
No known key found for this signature in database
GPG key ID: 63CC496475267693
2 changed files with 18 additions and 0 deletions

View file

@ -6,6 +6,7 @@ basexx,,,,,
binaryheap,,,,,vcunat
bit32,,,,lua5_1,lblasc
busted,,,,,
cassowary,,,,,marsam
cjson,lua-cjson,,,,
compat53,,,,,vcunat
coxpcall,,,1.17.0-1,,

1 # nix name luarocks name server version luaversion maintainers
6 binaryheap vcunat
7 bit32 lua5_1 lblasc
8 busted
9 cassowary marsam
10 cjson lua-cjson
11 compat53 vcunat
12 coxpcall 1.17.0-1

View file

@ -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 {
pname = "lua-cjson";
version = "2.1.0.6-1";