dmd: mark broken
failing on hydra since 7 months https://hydra.nixos.org/build/133752088
This commit is contained in:
parent
f6f7932a44
commit
88513c0d88
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue