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:
parent
4fee137f80
commit
d351e49b64
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue