pythonPackages.easywatch: add import check
This commit is contained in:
parent
c79e83a33c
commit
7127a00e5a
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# There are no tests
|
# There are no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "easywatch" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Dead-simple way to watch a directory";
|
description = "Dead-simple way to watch a directory";
|
||||||
|
Loading…
Reference in New Issue
Block a user