1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-12 08:01:50 +00:00

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
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -180,5 +180,8 @@ in stdenv.mkDerivation rec {
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ];
platforms = platforms.linux;
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}