ghcjs: mark this build as broken

This commit is contained in:
Peter Simons 2016-12-22 10:56:33 +01:00
parent 943f4345dd
commit d82a1abbb4

View File

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