Loading pkgs/development/python-modules/pyinotify/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ buildPythonPackage rec { # No tests distributed doCheck = false; pythonImportsCheck = [ "pyinotify" ]; meta = with lib; { homepage = "https://github.com/seb-m/pyinotify/wiki"; description = "Monitor filesystems events on Linux platforms with inotify"; Loading Loading
pkgs/development/python-modules/pyinotify/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ buildPythonPackage rec { # No tests distributed doCheck = false; pythonImportsCheck = [ "pyinotify" ]; meta = with lib; { homepage = "https://github.com/seb-m/pyinotify/wiki"; description = "Monitor filesystems events on Linux platforms with inotify"; Loading