From 935b96082f8ebb3a349bc2e08c10bd0a6aa12a0a Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Sat, 28 Sep 2024 18:28:13 +0800 Subject: [PATCH] uwc: disable tests The test failures seem to be caused by the upstream. --- pkgs/tools/text/uwc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/uwc/default.nix b/pkgs/tools/text/uwc/default.nix index 8919456d4d46..db6868f161d1 100644 --- a/pkgs/tools/text/uwc/default.nix +++ b/pkgs/tools/text/uwc/default.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-20brxqYAvgBxbOQ7KOFviXxmFrSHDXNV/0lcks7x3a8="; - doCheck = true; + doCheck = false; meta = with lib; { description = "Like wc, but unicode-aware, and with per-line mode";