6 python3Packages.buildPythonApplication rec {
11 inherit pname version;
12 sha256 = "sha256-Ixq9jtV56FKbh68jqmRd3lwpbMG00GcOUIpjzJhnSp0=";
15 doCheck = false; # tests require interactive terminal
18 description = "Tool for comparing Git branches";
19 homepage = "https://github.com/MarkForged/GOMP";
20 license = licenses.mit;
21 maintainers = with maintainers; [ prusnak ];
22 platforms = platforms.unix;