0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

the-way: disable check

disable until buildRustPackage supports setting test-threads in packages

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

View file

@ -12,7 +12,8 @@ rustPlatform.buildRustPackage rec {
};
cargoSha256 = "1a747bmc6s007ram0w4xf1y2nb3pphvqnlx59098lr3v7gllp7x3";
checkFlags = "--test-threads=1";
#checkFlags = "--test-threads=1";
doCheck = false;
meta = with stdenv.lib; {
description = "Terminal code snippets manager";