1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghcjs: disable Hydra builds while the build is marked as broken

This commit is contained in:
Peter Simons 2019-02-24 09:41:34 +01:00
parent 3d596e90da
commit c3f38ddd8b

View file

@ -106,4 +106,5 @@ in stdenv.mkDerivation {
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
meta.maintainers = [lib.maintainers.elvishjerricco];
meta.broken = true;
meta.hydraPlatforms = [];
}