disable chronos /cc @offlinehacker

(cherry picked from commit 83cc494542)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar 2015-09-13 14:26:46 +02:00
parent 7fb1c7efcf
commit 0b4ec468c5

View File

@ -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
};
}