summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-09-13 14:26:46 +0200
committerDomen Kožar <domen@dev.si>2015-09-15 05:41:20 +0200
commit0b4ec468c5aee492492d98ae4beb04f7565dfb34 (patch)
tree142b58169c791e1c71946c79cf3a955f0529c2f0 /pkgs
parent7fb1c7efcfa34a4af9f5de5fbde9e12d15017a90 (diff)
downloadnixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar.gz
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar.bz2
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar.lz
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar.xz
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.tar.zst
nixlib-0b4ec468c5aee492492d98ae4beb04f7565dfb34.zip
disable chronos /cc @offlinehacker
(cherry picked from commit 83cc494542b9c53921616caa06984bd72f4e3dea)
Signed-off-by: Domen Kožar <domen@dev.si>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/chronos/default.nix1
1 files changed, 1 insertions, 0 deletions
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
   };
 }