hubble: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2023-07-15 09:51:53 +02:00
parent 3fac44a665
commit 1c807356b6

View File

@ -39,7 +39,6 @@ buildGoModule rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Network, Service & Security Observability for Kubernetes using eBPF";
license = licenses.asl20;
homepage = "https://github.com/cilium/hubble/";