diff --git a/pkgs/by-name/to/todoman/package.nix b/pkgs/by-name/to/todoman/package.nix index 49c38c8b9210..6460fdd606a8 100644 --- a/pkgs/by-name/to/todoman/package.nix +++ b/pkgs/by-name/to/todoman/package.nix @@ -32,18 +32,20 @@ python3.pkgs.buildPythonApplication rec { ]; dependencies = with python3.pkgs; [ - atomicwrites click click-log - click-repl humanize icalendar parsedatetime + python-dateutil pyxdg - tabulate urwid ]; + optional-dependencies = with python3.pkgs; { + repl = [ click-repl ]; + }; + nativeCheckInputs = with python3.pkgs; [ freezegun hypothesis