dmd: mark broken

failing on hydra since 7 months https://hydra.nixos.org/build/133752088
This commit is contained in:
Sandro Jäckel 2021-03-13 17:26:22 +01:00
parent f6f7932a44
commit 88513c0d88
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -171,5 +171,7 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ ThomasMader lionello ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
# many tests are failing
broken = true;
};
}