ghcjs: mark HEAD version as broken

This commit is contained in:
Peter Simons
2018-03-29 20:46:31 +02:00
parent 5b54db1759
commit 0e82924474
@@ -47,4 +47,6 @@ bootPkgs.callPackage ./base.nix {
stage2 = import ./head_stage2.nix;
patches = [ ./ghcjs-head.patch ];
broken = true; # https://hydra.nixos.org/build/71923242
}