2 , buildPythonApplication
9 buildPythonApplication rec {
13 src = fetchFromGitHub {
14 sha256 = "sha256-kPyk13yd4rc63Nh73opuHsCTj4DgYAVfro8To96tteA=";
20 propagatedBuildInputs = [
25 nativeBuildInputs = [ installShellFiles ];
27 # 3 of the tests are failing
31 installShellCompletion --bash --name gita ${src}/.gita-completion.bash
32 installShellCompletion --zsh --name gita ${src}/.gita-completion.zsh
36 description = "Command-line tool to manage multiple git repos";
37 homepage = "https://github.com/nosarthur/gita";
38 license = licenses.mit;
39 maintainers = with maintainers; [ seqizz ];