jhc: mark build as broken

Some dependencies of this build no longer compile with GHC 7.6.x.
This commit is contained in:
Peter Simons 2017-09-25 10:37:59 +02:00
parent 92576b77e9
commit 6a020b7448

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd3;
platforms = ["x86_64-linux"]; # 32 bit builds are broken
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
broken = true; # https://hydra.nixos.org/build/61700723
};
}