mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
ghcjs: mark compiler builds as broken
These builds have been failing for a long time ...
This commit is contained in:
parent
f3dc051771
commit
3b1158c8dd
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue