3
0
Fork 0
forked from mirrors/nixpkgs

ghcjs: revert "mark build as broken"

This reverts commit 8f07d4bd78. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.

(cherry picked from commit 56d033ac1b)
This commit is contained in:
Peter Simons 2016-10-11 10:32:32 +02:00
parent 5925d14525
commit 8c95f0ffaf

View file

@ -176,5 +176,4 @@ 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.
})