mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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;
|
||||
platforms = ["x86_64-linux"]; # 32 bit builds are broken
|
||||
maintainers = with stdenv.lib.maintainers; [ aforemny thoughtpolice ];
|
||||
broken = true; # https://hydra.nixos.org/build/61700723
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user