8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "1sk9i8czxgsbrswsf1nlb4c82vgnlzi8zrvrxdip92w2z8hqh43y";
19 disabled = pythonOlder "3.5";
26 homepage = "https://github.com/rbarrois/aionotify";
27 description = "Simple, asyncio-based inotify library for Python";
28 license = with lib.licenses; [ bsd2 ];
29 platforms = platforms.linux;
30 maintainers = with lib.maintainers; [ thiagokokada ];