pythonPackages.tzlocal: use pythonImportsCheck
This commit is contained in:
parent
916ee862e8
commit
d71fd9a93d
@ -15,9 +15,12 @@ buildPythonPackage rec {
|
||||
# test fail (timezone test fail)
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "tzlocal" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tzinfo object for the local timezone";
|
||||
homepage = "https://github.com/regebro/tzlocal";
|
||||
license = licenses.cddl;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user