datadog-agent: mark broken

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-10-25 10:51:05 +02:00
parent 9d892fc56f
commit 2806062dd6

View File

@ -120,6 +120,9 @@ in buildGoModule rec {
license = licenses.bsd3;
maintainers = with maintainers; [ thoughtpolice domenkozar ];
# never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
# broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
# Upstream does not support Go > 1.21; for update refer to https://github.com/NixOS/nixpkgs/issues/351119
broken = true;
};
}