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:
parent
7455c80a5f
commit
935b96082f
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue