hubble: mark not broken on darwin
This commit is contained in:
parent
513a26c7c7
commit
65fccfbd9b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ buildGoModule rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64);
|
||||
description = "Network, Service & Security Observability for Kubernetes using eBPF";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://github.com/cilium/hubble/";
|
||||
|
|
Loading…
Reference in a new issue