python313Packages.asyncinotify: mark unsupported on darwin (#407900)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user