mesos,swiften,pingus: Mark as broken

Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
This commit is contained in:
Michael Weiss 2020-03-29 19:57:44 +02:00
parent 4e554ad1bc
commit 0dd5ccc742
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
3 changed files with 3 additions and 0 deletions

@ -258,5 +258,6 @@ in stdenv.mkDerivation rec {
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
maintainers = with maintainers; [ cstrahan offline ];
platforms = platforms.unix;
broken = true; # Broken since 2019-10-22 (https://hydra.nixos.org/build/115475123)
};
}

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.twey ];
broken = true; # Broken since 2019-11-20 (https://hydra.nixos.org/build/114681755)
};
}

@ -33,5 +33,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.linux;
maintainers = [stdenv.lib.maintainers.raskin];
license = stdenv.lib.licenses.gpl3;
broken = true; # Broken since 2019-11-20 (https://hydra.nixos.org/build/114721280)
};
}