ghcjs: mark build as broken
ghcjs hasn't compiled for several weeks.
This commit is contained in:
parent
4353027d0b
commit
e037eb4046
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user