gitAndTools.git-interactive-rebase-tool: disable check

disable until buildRustPackage supports setting test-threads in packages

(cherry picked from commit e4cc68f766)
This commit is contained in:
zowoq
2020-09-07 20:26:10 +10:00
parent c570cd1d1b
commit 4fee137f80

View File

@@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
checkFlagsArray = [ "--test-threads=1" ];
#checkFlagsArray = [ "--test-threads=1" ];
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://github.com/MitMaro/git-interactive-rebase-tool";