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:
parent
355eed433b
commit
1cb40bdf08
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue