6 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-YJMX7pNRWdNPyWNZ1HfpdYsKSStRWLcianLz6nScMa8=";
18 sourceRoot = "${src.name}/cli";
20 dependencies = with python3Packages; [
25 build-system = [ python3Packages.poetry-core ];
28 description = "Keep a record of the time you dedicate to your projects";
29 homepage = "https://github.com/lcfd/trak";
30 license = lib.licenses.agpl3Only;
31 maintainers = with lib.maintainers; [ buurro ];