3
0
Fork 0
forked from mirrors/nixpkgs

Revert "lua*Packages.cqueues: fixup darwin build"

This reverts commit 47ad7d3131.
The fix isn't needed after the update contained in PR #89632.
This commit is contained in:
Vladimír Čunát 2020-06-07 10:25:01 +02:00
parent 355eed433b
commit 1cb40bdf08
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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