Loading pkgs/development/python-modules/asyncinotify/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { pytestFlagsArray = [ "test.py" ]; meta = with lib; { badPlatforms = [ # Unsupported and crashing on import in dlsym with symbol not found "aarch64-darwin" "x86_64-darwin" ]; description = "Module for inotify"; homepage = "https://github.com/absperf/asyncinotify/"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}"; Loading Loading
pkgs/development/python-modules/asyncinotify/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { pytestFlagsArray = [ "test.py" ]; meta = with lib; { badPlatforms = [ # Unsupported and crashing on import in dlsym with symbol not found "aarch64-darwin" "x86_64-darwin" ]; description = "Module for inotify"; homepage = "https://github.com/absperf/asyncinotify/"; changelog = "https://github.com/absperf/asyncinotify/releases/tag/v${version}"; Loading