ghcjs: mark build broken

This commit is contained in:
Peter Simons 2018-03-05 12:36:34 +01:00
parent 1b0c67259e
commit 3d8694ee2d
2 changed files with 2 additions and 0 deletions

View file

@ -190,5 +190,6 @@ in mkDerivation (rec {
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ];
hydraPlatforms = if broken then [] else ghc.meta.platforms;
inherit broken;
})

View file

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