ghcjs: mark build as broken

This commit is contained in:
Peter Simons 2017-10-06 13:45:12 +02:00
parent d98909e0f3
commit 6a84b39950

View file

@ -2,5 +2,5 @@
bootPkgs.callPackage ./base.nix {
inherit bootPkgs;
broken = false;
broken = true; # https://hydra.nixos.org/build/62184741
}