bandwhich: disable checks on darwin

This commit is contained in:
zowoq 2021-08-07 15:44:43 +10:00
parent d6732c5f6a
commit 86318ab0df

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 = ''