datadog-agent: mark broken (#351120)

This commit is contained in:
Aleksana
2024-10-28 22:44:46 +08:00
committed by GitHub
@@ -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;
};
}