the-way: use cargoParallelTestThreads

This commit is contained in:
zowoq 2020-09-09 21:39:23 +10:00
parent 664170166e
commit a6c17c9cdd

View File

@ -16,8 +16,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ AppKit Security ];
cargoSha256 = "0adhgp6blwx7s1hlwqzzsgkzc43q9avxx8a9ykvvv2s1w7m9ql78"; cargoSha256 = "0adhgp6blwx7s1hlwqzzsgkzc43q9avxx8a9ykvvv2s1w7m9ql78";
#checkFlags = "--test-threads=1"; checkFlagsArray = stdenv.lib.optionals stdenv.isDarwin [ "--skip=copy" ];
doCheck = false; cargoParallelTestThreads = false;
postInstall = '' postInstall = ''
$out/bin/the-way config default tmp.toml $out/bin/the-way config default tmp.toml