topydo: fix eval

The unitestCheckHook is only and already available from within
python3Packages. Expecting it in the function arguments cannot work.
This commit is contained in:
Martin Weinelt 2022-09-02 11:56:04 +02:00 committed by Winter
parent 90a8920139
commit 715fa052ab

@ -1,4 +1,4 @@
{ lib, python3Packages, fetchFromGitHub, glibcLocales, unittestCheckHook }:
{ lib, python3Packages, fetchFromGitHub, glibcLocales }:
with python3Packages;