summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-04 07:54:57 +0200
committerPeter Simons <simons@cryp.to>2016-10-05 09:46:53 +0200
commit2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c (patch)
treec4153bc0d4631fd9bd52bb8b455cf907192d5a7e /pkgs/development/compilers/ghcjs
parentec8b81615462625338d76f002d92accd6eb4cf6a (diff)
downloadnixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar.gz
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar.bz2
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar.lz
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar.xz
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.tar.zst
nixlib-2f0d0cd05a91955a5aa554102f2a176b4d6ccf3c.zip
ghcjs: mark build as broken
(cherry picked from commit 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e)
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix
index 565215f474ea..9b1a377fd8b8 100644
--- a/pkgs/development/compilers/ghcjs/default.nix
+++ b/pkgs/development/compilers/ghcjs/default.nix
@@ -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.
 })