12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
24 build-system = [ flit-core ];
36 pythonImportsCheck = [ "taxi" ];
39 homepage = "https://github.com/sephii/taxi/";
40 description = "Timesheeting made easy";
42 license = licenses.wtfpl;
43 maintainers = with maintainers; [ jocelynthode ];