python313Packages.asyncinotify: mark unsupported on darwin (#407900)

authored by Martin Weinelt and committed by GitHub c4dafb33 b83df6b6

+5
+5
pkgs/development/python-modules/asyncinotify/default.nix
··· 30 pytestFlagsArray = [ "test.py" ]; 31 32 meta = with lib; { 33 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" ]; 31 32 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}";