treewide: mark failing packages as broken (#451447)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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}";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -26,6 +26,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 = "Simple RPC framework with protobuf service definitions";
|
||||
mainProgram = "protoc-gen-twirp";
|
||||
homepage = "https://github.com/twitchtv/twirp";
|
||||
|
||||
@@ -140,6 +140,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 = "Sub-second search & analytics engine on cloud storage";
|
||||
homepage = "https://quickwit.io/";
|
||||
license = licenses.agpl3Only;
|
||||
|
||||
@@ -61,6 +61,8 @@ rustPlatform.buildRustPackage rec {
|
||||
doCheck = false; # Tests fail to build
|
||||
|
||||
meta = with lib; {
|
||||
# Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
|
||||
broken = true;
|
||||
description = "Personalized AI powered by what you've seen, said, or heard";
|
||||
homepage = "https://github.com/louis030195/screen-pipe";
|
||||
license = licenses.mit;
|
||||
|
||||
@@ -53,6 +53,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 = "Decentralized Operating System for Zero-Knowledge Applications";
|
||||
homepage = "https://snarkos.org";
|
||||
license = licenses.asl20;
|
||||
|
||||
@@ -57,6 +57,8 @@ stdenv.mkDerivation {
|
||||
passthru.updateScript = ./update.py;
|
||||
|
||||
meta = with lib; {
|
||||
# Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
|
||||
broken = true;
|
||||
homepage = "https://chromium.googlesource.com/chromiumos/platform2/+/refs/heads/main/vm_tools/sommelier/";
|
||||
description = "Nested Wayland compositor with support for X11 forwarding";
|
||||
maintainers = with maintainers; [ qyliss ];
|
||||
|
||||
@@ -48,8 +48,9 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pathy" ];
|
||||
|
||||
meta = with lib; {
|
||||
# Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
|
||||
broken = true;
|
||||
# https://github.com/justindujardin/pathy/issues/113
|
||||
broken = pathlib-abc.version != "0.1.1";
|
||||
description = "Path interface for local and cloud bucket storage";
|
||||
mainProgram = "pathy";
|
||||
homepage = "https://github.com/justindujardin/pathy";
|
||||
|
||||
@@ -65,6 +65,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
# Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
|
||||
broken = true;
|
||||
description = "Set of tools for scikit-learn";
|
||||
homepage = "https://github.com/scikit-learn-contrib/scikit-learn-extra";
|
||||
license = lib.licenses.bsd3;
|
||||
|
||||
@@ -15,6 +15,9 @@ let
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
# Marked broken 2025-11-28 because both indradb-server and indradb-client
|
||||
# have failed on Hydra for nearly a year.
|
||||
broken = true;
|
||||
description = "Graph database written in rust";
|
||||
homepage = "https://github.com/indradb/indradb";
|
||||
license = licenses.mpl20;
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
};
|
||||
|
||||
meta = {
|
||||
# Marked broken 2025-11-28 because it has failed on Hydra for at least one year.
|
||||
broken = true;
|
||||
description = "MinGW w32api package for Cygwin";
|
||||
inherit (windows.mingw_w64_headers.meta)
|
||||
homepage
|
||||
|
||||
Reference in New Issue
Block a user