gitAndTools.git-interactive-rebase-tool: disable check
disable until buildRustPackage supports setting test-threads in packages
This commit is contained in:
parent
6a593a7d59
commit
e4cc68f766
@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||||
|
|
||||||
checkFlagsArray = [ "--test-threads=1" ];
|
#checkFlagsArray = [ "--test-threads=1" ];
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/MitMaro/git-interactive-rebase-tool";
|
homepage = "https://github.com/MitMaro/git-interactive-rebase-tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user