1 { lib, buildPythonApplication, fetchPypi, installShellFiles }:
3 buildPythonApplication rec {
9 sha256 = "df5818f40164b916eb089a004a47e5b8febae2b4471a827e3aaa4ebec3831a3f";
12 nativeBuildInputs = [ installShellFiles ];
15 installShellCompletion --bash completions/git-imerge
19 homepage = "https://github.com/mhagger/git-imerge";
20 description = "Perform a merge between two branches incrementally";
21 license = licenses.gpl2Plus;
23 mainProgram = "git-imerge";