6 python3.pkgs.buildPythonApplication rec {
7 pname = "annextimelog";
11 src = fetchFromGitLab {
12 owner = "nobodyinperson";
13 repo = "annextimelog";
15 hash = "sha256-VgeILw8WfqVrmsU/kBw+jHTOt2a6sVT7YgP2pKRp2AY=";
18 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
29 description = "️Git Annex-backed Time Tracking";
30 homepage = "https://gitlab.com/nobodyinperson/annextimelog";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ matthiasbeyer ];