about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-01-29 19:10:23 +0100
committerPeter Simons <simons@cryp.to>2019-01-29 20:19:54 +0100
commit3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9 (patch)
tree30231e6af5b34eb6ddc206b8cb9746f73e1f4da9 /pkgs
parentf3dc051771435db4a33f97ff33d8898a2180ae59 (diff)
downloadnixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar.gz
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar.bz2
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar.lz
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar.xz
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.tar.zst
nixlib-3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9.zip
ghcjs: mark compiler builds as broken
These builds have been failing for a long time ...
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ghcjs-ng/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghcjs-ng/default.nix b/pkgs/development/compilers/ghcjs-ng/default.nix
index 025d74bcda04..6fd844adbe56 100644
--- a/pkgs/development/compilers/ghcjs-ng/default.nix
+++ b/pkgs/development/compilers/ghcjs-ng/default.nix
@@ -104,4 +104,7 @@ in stdenv.mkDerivation {
     inherit passthru;
 
     meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
+    meta.hydraPlatforms = [];
+    meta.broken = true;  # does not compile: https://hydra.nixos.org/build/88052615
+
   }