mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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.
This commit is contained in:
parent
bcb23619ef
commit
56d033ac1b
@ -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.
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user