forked from mirrors/nixpkgs
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:
parent
4e554ad1bc
commit
0dd5ccc742
|
@ -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)
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue