Unverified Commit 36d05524 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

[Backport release-25.05] python313Packages.asyncinotify: mark unsupported on darwin (#407940)

parents b447384d 3462f52c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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}";