pythonPackages.easywatch: add import check

This commit is contained in:
Sandro Jäckel
2021-02-16 22:38:08 +01:00
parent c79e83a33c
commit 7127a00e5a

View File

@@ -17,6 +17,7 @@ buildPythonPackage rec {
# There are no tests
doCheck = false;
pythonImportsCheck = [ "easywatch" ];
meta = with lib; {
description = "Dead-simple way to watch a directory";