2 , buildPythonApplication
11 buildPythonApplication rec {
15 src = fetchFromGitHub {
16 sha256 = "sha256-kPyk13yd4rc63Nh73opuHsCTj4DgYAVfro8To96tteA=";
22 propagatedBuildInputs = [
27 nativeBuildInputs = [ installShellFiles ];
29 # 3 of the tests are failing
33 installShellCompletion --bash --name gita ${src}/.gita-completion.bash
34 installShellCompletion --zsh --name gita ${src}/.gita-completion.zsh
38 description = "A command-line tool to manage multiple git repos";
39 homepage = "https://github.com/nosarthur/gita";
40 license = licenses.mit;
41 maintainers = with maintainers; [ seqizz ];