14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-Uy/t2ZPnVVRnH6o2zQTFgM7T+uCEJUp3mvu9iq8AVms=";
25 # Fix test flakiness on Apple Silicon, remove after upgrade to 2.0.6.
26 url = "https://github.com/gorakhargosh/watchdog/commit/331fd7c2c819663be39bc146e78ce67553f265fa.patch";
27 sha256 = "sha256-pLkZmbPN3qRNHs53OP0HIyDxqYCPPo6yOcBLD3aO2YE=";
31 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
33 propagatedBuildInputs = [
44 pythonImportsCheck = [ "watchdog" ];
47 description = "Python API and shell utilities to monitor file system events";
48 homepage = "https://github.com/gorakhargosh/watchdog";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ goibhniu ];
51 # error: use of undeclared identifier 'kFSEventStreamEventFlagItemCloned'
52 broken = stdenv.isDarwin;