lua*Packages.cqueues: fixup darwin build

This commit is contained in:
Vladimír Čunát 2019-08-05 22:10:32 +02:00
parent a61290dd37
commit 47ad7d3131
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -40,6 +40,10 @@ with super;
{ name = "CRYPTO"; dep = pkgs.openssl; }
{ name = "OPENSSL"; dep = pkgs.openssl; }
];
# https://github.com/wahern/cqueues/issues/227
NIX_CFLAGS_COMPILE = if pkgs.stdenv.hostPlatform.isDarwin then [ "-DCLOCK_MONOTONIC" "-DCLOCK_REALTIME" ] else null;
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