mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ghcjs: disable Hydra builds while the build is marked as broken
This commit is contained in:
parent
3d596e90da
commit
c3f38ddd8b
1 changed files with 1 additions and 0 deletions
|
@ -106,4 +106,5 @@ in stdenv.mkDerivation {
|
|||
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
|
||||
meta.maintainers = [lib.maintainers.elvishjerricco];
|
||||
meta.broken = true;
|
||||
meta.hydraPlatforms = [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue