Revert "luaPackages.cqueues: move to generated"
This reverts commit c01fe375ca.
See the reverted commit on GitHub for discussion. /cc PR #55305.
This commit is contained in:
@@ -70,26 +70,6 @@ basexx = buildLuarocksPackage {
|
||||
};
|
||||
};
|
||||
};
|
||||
cqueues = buildLuarocksPackage {
|
||||
pname = "cqueues";
|
||||
version = "20171014.52-0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://luarocks.org/cqueues-20171014.52-0.src.rock;
|
||||
sha256 = "0q3iy1ja20nq2sn2n6badzhjq5kni86pfc09n5g2c46q9ja3vfzx";
|
||||
};
|
||||
disabled = ( lua.luaversion != "5.2");
|
||||
propagatedBuildInputs = [lua ];
|
||||
buildType="make";
|
||||
|
||||
meta = {
|
||||
homepage = "http://25thandclement.com/~william/projects/cqueues.html";
|
||||
description="Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.";
|
||||
license = {
|
||||
fullName = "MIT/X11";
|
||||
};
|
||||
};
|
||||
};
|
||||
dkjson = buildLuarocksPackage {
|
||||
pname = "dkjson";
|
||||
version = "2.5-2";
|
||||
|
||||
Reference in New Issue
Block a user