diff --git a/pkgs/development/compilers/adaptivecpp/tests.nix b/pkgs/development/compilers/adaptivecpp/tests.nix index 25e656cb2fb2..572f56696aec 100644 --- a/pkgs/development/compilers/adaptivecpp/tests.nix +++ b/pkgs/development/compilers/adaptivecpp/tests.nix @@ -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; })