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

This commit is contained in:
Martin Weinelt
2025-05-17 14:57:42 +02:00
committed by GitHub
@@ -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}";