ghcjs: mark compiler builds as broken
These builds have been failing for a long time ...
This commit is contained in:
parent
f3dc051771
commit
3b1158c8dd
@ -104,4 +104,7 @@ in stdenv.mkDerivation {
|
|||||||
inherit passthru;
|
inherit passthru;
|
||||||
|
|
||||||
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
|
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
|
||||||
|
meta.hydraPlatforms = [];
|
||||||
|
meta.broken = true; # does not compile: https://hydra.nixos.org/build/88052615
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user