summaryrefslogtreecommitdiffstats
path: root/pkgs/development/lua-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-11 00:00:00 -0500
committerCaleb Maclennan <caleb@alerque.com>2020-02-11 16:18:19 +0300
commit0b2a15fdddd0494b2bfebef80d975bdd6eeb351f (patch)
tree516bff0fc05dd51158fb04bcbf167455a6453ffc /pkgs/development/lua-modules
parent5f2a3bef33523086007ca6eea84183e08c3c2771 (diff)
luaPackages.cassowary: init at 2.2-1
Diffstat (limited to 'pkgs/development/lua-modules')
-rw-r--r--pkgs/development/lua-modules/generated-packages.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix
index d95ce128b737..1090123416ef 100644
--- a/pkgs/development/lua-modules/generated-packages.nix
+++ b/pkgs/development/lua-modules/generated-packages.nix
@@ -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";