1 { lib, buildPythonPackage, fetchPypi, CoreFoundation, CoreServices }:
3 buildPythonPackage rec {
9 sha256 = "1324b66b356051de662ba87d84f73ada062acd42b047ed1246e60a449f833e10";
12 buildInputs = [ CoreFoundation CoreServices ];
14 # Some tests fail under nix build directory
18 homepage = "https://github.com/malthe/macfsevents";
19 description = "Thread-based interface to file system observation primitives";
20 license = licenses.bsd2;
21 maintainers = [ maintainers.marsam ];
22 platforms = platforms.darwin;