luaPackages.cqueues: move to generated

This commit is contained in:
Matthieu Coudron
2019-02-12 11:47:54 +09:00
parent 84d4faf8d5
commit c01fe375ca
4 changed files with 34 additions and 23 deletions
-23
View File
@@ -167,29 +167,6 @@ with self; {
};
};
cqueues = buildLuaPackage rec {
name = "cqueues-${version}";
version = "20171014";
src = fetchurl {
url = "https://www.25thandclement.com/~william/projects/releases/${name}.tgz";
sha256 = "1dabhpn6r0hlln8vx9hxm34pfcm46qzgpb2apmziwg5z51fi4ksb";
};
preConfigure = ''export prefix=$out'';
nativeBuildInputs = [ gnum4 ];
buildInputs = [ openssl ];
meta = with stdenv.lib; {
description = "A type of event loop for Lua";
homepage = "https://www.25thandclement.com/~william/projects/cqueues.html";
license = licenses.mit;
maintainers = with maintainers; [ vcunat ];
platforms = platforms.unix;
};
};
luabitop = buildLuaPackage rec {
version = "1.0.2";
name = "bitop-${version}";