gitAndTools.git-interactive-rebase-tool: remove patch

Removes patch to disable tests, instead runs them in single threaded
mode.

See discussion in MitMaro/git-interactive-rebase-tool#172
This commit is contained in:
Asad Saeeduddin
2020-02-02 21:14:41 -05:00
committed by Mario Rodas
parent e293cf9117
commit e3968c67f0
2 changed files with 2 additions and 171 deletions
@@ -11,12 +11,12 @@ rustPlatform.buildRustPackage rec {
sha256 = "10z3di2qypgsmg2z7xfs9nlrf9vng5i7l8dvqadv1l4lb9zz7i8q";
};
patches = [ ./01-terminaltests.patch ];
cargoSha256 = "002kr52vlpv1rhnxki29xflpmgk6bszrw0dsxcc34kyal0593ajk";
buildInputs = [ ncurses5 ];
checkFlagsArray = [ "--test-threads=1" ];
meta = with lib; {
homepage = "https://github.com/MitMaro/git-interactive-rebase-tool";
description = "Native cross platform full feature terminal based sequence editor for git interactive rebase";