Merge pull request #132977 from qowoz/bandwhich-checks

bandwhich: disable checks on darwin
This commit is contained in:
Sandro 2021-08-07 12:21:21 +02:00 committed by GitHub
commit 2fb7ca6e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,9 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optional stdenv.isDarwin Security;
# 10 passed; 47 failed https://hydra.nixos.org/build/148943783/nixlog/1
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "A CLI utility for displaying current network utilization";
longDescription = ''