16 , gobject-introspection
20 python3Packages.buildPythonApplication rec {
24 src = fetchFromGitHub {
25 owner = "getting-things-gnome";
28 sha256 = "sha256-O8qBD92P2g8QrBdMXa6j0Ozk+W80Ny5yk0KNTy7ekfE=";
49 propagatedBuildInputs = with python3Packages; [
58 nativeCheckInputs = with python3Packages; [
71 checkPhase = "xvfb-run pytest ../tests/";
74 description = " A personal tasks and TODO-list items organizer";
76 "Getting Things GNOME" (GTG) is a personal tasks and ToDo list organizer inspired by the "Getting Things Done" (GTD) methodology.
77 GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects.
79 homepage = "https://wiki.gnome.org/Apps/GTG";
80 downloadPage = "https://github.com/getting-things-gnome/gtg/releases";
81 license = licenses.gpl3Plus;
82 maintainers = with maintainers; [ oyren ];
83 platforms = platforms.linux;