···3030 pytestFlagsArray = [ "test.py" ];
31313232 meta = with lib; {
3333+ badPlatforms = [
3434+ # Unsupported and crashing on import in dlsym with symbol not found
3535+ "aarch64-darwin"
3636+ "x86_64-darwin"
3737+ ];
3338 description = "Module for inotify";
3439 homepage = "https://github.com/absperf/asyncinotify/";
3540 changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}";