ghcjs: mark build as broken

ghcjs hasn't compiled for several weeks.
This commit is contained in:
Peter Simons 2020-05-15 20:12:23 +02:00
parent 4353027d0b
commit e037eb4046

View File

@ -102,6 +102,7 @@ in stdenv.mkDerivation {
inherit passthru;
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
meta.broken = true; # build does not succeed
meta.platforms = lib.platforms.none; # passthru.bootPkgs.ghc.meta.platforms;
meta.maintainers = [lib.maintainers.elvishjerricco];
}