mesos: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
Graham Christensen
2016-09-28 08:58:03 -04:00
parent 86c9b471a6
commit 337eb4d027
@@ -180,5 +180,8 @@ in stdenv.mkDerivation rec {
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks"; description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ]; maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ];
platforms = platforms.linux; platforms = platforms.linux;
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
}; };
} }