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

disable until buildRustPackage supports setting test-threads in packages
This commit is contained in:
zowoq 2020-09-07 20:26:10 +10:00
parent 6a593a7d59
commit e4cc68f766

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";