ghcjs: mark HEAD version as broken

This commit is contained in:
Peter Simons 2018-03-28 09:54:41 +02:00
parent 5b54db1759
commit 0e82924474

View File

@ -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
}