mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ghcjs: mark build broken
This commit is contained in:
parent
1b0c67259e
commit
3d8694ee2d
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
})
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
bootPkgs.callPackage ./base.nix {
|
||||
inherit bootPkgs cabal-install;
|
||||
broken = true; # https://hydra.nixos.org/build/70552553
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue