about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-28 09:54:41 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:31 +0200
commit0e829244740ac4761adc887b7463301856503ff0 (patch)
tree07592d1916ec337deaddb0457dba57f24534e29f /pkgs/development/compilers/ghcjs
parent5b54db17595bea6b3168241d58d7da46a031241c (diff)
downloadnixlib-0e829244740ac4761adc887b7463301856503ff0.tar
nixlib-0e829244740ac4761adc887b7463301856503ff0.tar.gz
nixlib-0e829244740ac4761adc887b7463301856503ff0.tar.bz2
nixlib-0e829244740ac4761adc887b7463301856503ff0.tar.lz
nixlib-0e829244740ac4761adc887b7463301856503ff0.tar.xz
nixlib-0e829244740ac4761adc887b7463301856503ff0.tar.zst
nixlib-0e829244740ac4761adc887b7463301856503ff0.zip
ghcjs: mark HEAD version as broken
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/head.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs/head.nix b/pkgs/development/compilers/ghcjs/head.nix
index 84eb2d8bd0da..f062a3db8118 100644
--- a/pkgs/development/compilers/ghcjs/head.nix
+++ b/pkgs/development/compilers/ghcjs/head.nix
@@ -47,4 +47,6 @@ bootPkgs.callPackage ./base.nix {
   stage2 = import ./head_stage2.nix;
 
   patches = [ ./ghcjs-head.patch ];
+
+  broken = true;  # https://hydra.nixos.org/build/71923242
 }