adaptivecpp: mark tests as broken on darwin

This commit is contained in:
blenderfreaky
2025-01-12 17:20:58 +01:00
parent aaf28137d4
commit 875e3cf567
@@ -39,4 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
'';
installPhase = "touch $out";
# currently fails to build
# see https://logs.ofborg.org/?key=nixos/nixpkgs.360893&attempt_id=3b1feb45-0b7d-4cf1-8e38-917afcc12c67
meta.broken = stdenv.isDarwin;
})