lua*Packages.cqueues: 20171014.52-0 -> 20190731.52-0

My main aim is to fix it on aarch64 NixOS.
The patch was included in the release.
This commit is contained in:
Vladimír Čunát
2019-08-05 20:31:36 +02:00
parent 40e3191a6a
commit 265692f9ff
2 changed files with 3 additions and 12 deletions
@@ -40,15 +40,6 @@ with super;
{ name = "CRYPTO"; dep = pkgs.openssl; }
{ name = "OPENSSL"; dep = pkgs.openssl; }
];
patches = [
# https://github.com/wahern/cqueues/issues/216 &
# https://github.com/wahern/cqueues/issues/217
(pkgs.fetchpatch {
name = "find-version-fix.patch";
url = "https://github.com/wahern/cqueues/pull/217.patch";
sha256 = "0068ql0jlxmjkvhzydyy52sjd0k4vad6b8w4y5szpbv4vb2lzcsc";
})
];
disabled = luaOlder "5.1" || luaAtLeast "5.4";
# Upstream rockspec is pointlessly broken into separate rockspecs, per Lua
# version, which doesn't work well for us, so modify it