10 buildPythonApplication rec {
13 disabled = lib.versionOlder python.version "3.7";
16 inherit pname version;
17 hash = "sha256-qDfY6GWnDQ44Sh540xQzDwANEI+mLjpy2a7G3sfKIzw=";
20 propagatedBuildInputs = [
25 nativeCheckInputs = [ glibcLocales ];
27 makeWrapperArgs = [ "--suffix" "PATH" ":" "${taskwarrior2}/bin" ];
30 export TERM=''${TERM-linux}
34 homepage = "https://github.com/scottkosty/vit";
35 description = "Visual Interactive Taskwarrior";
37 maintainers = with maintainers; [ arcnmx ];
38 platforms = platforms.all;
39 license = licenses.mit;