about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-11 10:32:32 +0200
committerPeter Simons <simons@cryp.to>2016-10-12 16:52:41 +0200
commit8c95f0ffafbde396d607d0ca5d4925f8bc37588b (patch)
tree1f12ce69f5806ef27734163d352cd87b17116bd0 /pkgs/development/compilers/ghcjs
parent5925d14525c182b5ab12fd6671ab163eb4bd068f (diff)
downloadnixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar.gz
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar.bz2
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar.lz
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar.xz
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.tar.zst
nixlib-8c95f0ffafbde396d607d0ca5d4925f8bc37588b.zip
ghcjs: revert "mark build as broken"
This reverts commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e. The build
failure blocking this package has been fixed in the meanwhile. Thanks to
@basvandijk for the heads-up.

(cherry picked from commit 56d033ac1b00a8b29bc29589312d2f5024656bd3)
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix
index 9b1a377fd8b8..565215f474ea 100644
--- a/pkgs/development/compilers/ghcjs/default.nix
+++ b/pkgs/development/compilers/ghcjs/default.nix
@@ -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.
 })