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
2 changed files with 18 additions and 0 deletions

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";