From 0b4ec468c5aee492492d98ae4beb04f7565dfb34 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Sun, 13 Sep 2015 14:26:46 +0200 Subject: disable chronos /cc @offlinehacker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 83cc494542b9c53921616caa06984bd72f4e3dea) Signed-off-by: Domen Kožar --- pkgs/applications/networking/cluster/chronos/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/applications/networking/cluster/chronos/default.nix b/pkgs/applications/networking/cluster/chronos/default.nix index 14f5d251240e..596163336f7b 100644 --- a/pkgs/applications/networking/cluster/chronos/default.nix +++ b/pkgs/applications/networking/cluster/chronos/default.nix @@ -34,5 +34,6 @@ stdenv.mkDerivation rec { description = "Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules"; maintainers = with maintainers; [ offline ]; platforms = with platforms; unix; + broken = true; # doesn't build http://hydra.nixos.org/build/25768319 }; } -- cgit 1.4.1