Skip to content

Commit

Permalink
luaPackages.cassowary: init at 2.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Jan 26, 2020
1 parent 73a59af commit d21ce96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions maintainers/scripts/luarocks-packages.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ basexx,,,,,
binaryheap,,,,,vcunat
bit32,,,,lua5_1,lblasc
busted,,,,,
cassowary,,,,,
cjson,lua-cjson,,,,
compat53,,,,,vcunat
coxpcall,,,1.17.0-1,,
Expand Down
20 changes: 17 additions & 3 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,23 @@ busted = buildLuarocksPackage {
meta = with stdenv.lib; {
homepage = "http://olivinelabs.com/busted/";
description = "Elegant Lua unit testing.";
license = {
fullName = "MIT <http://opensource.org/licenses/MIT>";
};
license.fullName = "MIT <http://opensource.org/licenses/MIT>";
};
};
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.";
license.fullName = "Apache 2";
};
};
cjson = buildLuarocksPackage {
Expand Down

0 comments on commit d21ce96

Please sign in to comment.