Unverified Commit d3924737 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

treewide: mark failing packages as broken (#451447)

parents 8700891b 1d641778
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ buildGoModule rec {
  ];

  meta = with lib; {
    # Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
    broken = true;
    description = "";
    homepage = "https://github.com/ethereum-optimism/op-geth";
    license = licenses.gpl3Only;
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ rustPlatform.buildRustPackage rec {
  ];

  meta = with lib; {
    # Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
    broken = true;
    description = "Blazing fast and lightweight PostGIS vector tiles server";
    homepage = "https://martin.maplibre.org/";
    license = with licenses; [
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ rustPlatform.buildRustPackage rec {
  requiredSystemFeatures = [ "big-parallel" ];

  meta = with lib; {
    # Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
    broken = true;
    description = "Reference client for NEAR Protocol";
    homepage = "https://github.com/near/nearcore";
    license = licenses.gpl3;
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ buildGoModule rec {
  '';

  meta = {
    # Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
    broken = true;
    description = "Media manager and transcoding server";
    homepage = "https://gitlab.com/olaris/olaris-server";
    changelog = "https://gitlab.com/olaris/olaris-server/-/releases/v${version}";
+2 −0
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    # Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
    broken = true;
    description = "Open-source streaming video service with sub-second latency";
    mainProgram = "OvenMediaEngine";
    homepage = "https://ovenmediaengine.com";
Loading