summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-06 01:29:07 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-02-13 14:10:35 +0900
commit421110ae36d8aa6456b9f9cb63d1ca26102d2ab6 (patch)
tree78c9d90a7bd4ba923c22bf0ab36f29a0541f7200 /pkgs/top-level/lua-packages.nix
parent7bb2618bc2dcd1e81671dd0e00fddadc3ee0e27f (diff)
luaPackages.luaevent: 0.4.4 -> 0.4.6 generated
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix31
1 files changed, 0 insertions, 31 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 7a1738b0f3ee..347393511e6a 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -295,37 +295,6 @@ with self; {
};
};
- luaevent = buildLuaPackage rec {
- version = "0.4.4";
- name = "luaevent-${version}";
-
- src = fetchFromGitHub {
- owner = "harningt";
- repo = "luaevent";
- rev = "v${version}";
- sha256 = "1krzxr0jkv3gmhpckp02byhdd9s5dd0hpyqc8irc8i79dd8x0p53";
- };
-
- preBuild = ''
- makeFlagsArray=(
- INSTALL_DIR_LUA="$out/share/lua/${lua.luaversion}"
- INSTALL_DIR_BIN="$out/lib/lua/${lua.luaversion}"
- LUA_INC_DIR="${lua}/include"
- );
- '';
-
- buildInputs = [ libevent ];
-
- propagatedBuildInputs = [ luasocket ];
-
- meta = with stdenv.lib; {
- homepage = http://luaforge.net/projects/luaevent/;
- description = "Binding of libevent to Lua";
- license = licenses.mit;
- maintainers = with maintainers; [ koral ];
- };
- };
-
luaexpat = buildLuaPackage rec {
version = "1.3.0";
name = "expat-${version}";