ghcjs: mark build as broken

(cherry picked from commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e)
This commit is contained in:
Peter Simons 2016-10-04 07:54:57 +02:00
parent ec8b816154
commit 2f0d0cd05a

View File

@ -176,4 +176,5 @@ in mkDerivation (rec {
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan ];
broken = true; # See http://hydra.nixos.org/build/41499439, for example.
})