pyinotify: add pythonImportsCheck for itself
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user