···30 pytestFlagsArray = [ "test.py" ];
3132 meta = with lib; {
0000033 description = "Module for inotify";
34 homepage = "https://github.com/absperf/asyncinotify/";
35 changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}";
···30 pytestFlagsArray = [ "test.py" ];
3132 meta = with lib; {
33+ badPlatforms = [
34+ # Unsupported and crashing on import in dlsym with symbol not found
35+ "aarch64-darwin"
36+ "x86_64-darwin"
37+ ];
38 description = "Module for inotify";
39 homepage = "https://github.com/absperf/asyncinotify/";
40 changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}";