jhc: mark build as broken
Some dependencies of this build no longer compile with GHC 7.6.x.
This commit is contained in:
parent
92576b77e9
commit
6a020b7448
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
||||||
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
||||||
|
broken = true; # https://hydra.nixos.org/build/61700723
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue