1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

uwc: disable tests

The test failures seem to be caused by the upstream.
This commit is contained in:
Yueh-Shun Li 2024-09-28 18:28:13 +08:00
parent 7455c80a5f
commit 935b96082f

View file

@ -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";