redoc-cli: drop

Replaced by redocly, has been marked broken for at least a full release cycle.

Dropping per RFC 180.
This commit is contained in:
Michael Daniels
2025-10-01 20:18:26 -04:00
parent 27ccbffc26
commit 711b75a65b
2 changed files with 1 additions and 37 deletions
-37
View File
@@ -1,37 +0,0 @@
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
pname = "redoc-cli";
version = "0.13.21";
src = fetchFromGitHub {
owner = "Redocly";
repo = "redoc";
rev = "d3ac16f4774ae5b5f698b4e8f4c1d3f5a009d361";
hash = "sha256-LmNb+m1Ng/53SPUqrr/AmxNMiWsrMGCKow0DW/9t3Do=";
};
sourceRoot = "${src.name}/cli";
npmDepsHash = "sha256-XL4D7+hb0zOxAr/aRo2UOg4UOip3oewbffsnkFddmWw=";
postPatch = ''
ln -s npm-shrinkwrap.json package-lock.json
'';
dontNpmBuild = true;
meta = {
description = "OpenAPI/Swagger-generated API Reference Documentation";
homepage = "https://github.com/Redocly/redoc/tree/redoc-cli/cli";
license = lib.licenses.mit;
mainProgram = "redoc-cli";
maintainers = with lib.maintainers; [ veehaitch ];
# https://github.com/NixOS/nixpkgs/issues/272217
broken = true;
};
}
+1
View File
@@ -2233,6 +2233,7 @@ mapAliases {
rapidjson-unstable = lib.warnOnInstantiate "'rapidjson-unstable' has been renamed to 'rapidjson'" rapidjson; # Added 2024-07-28
rargs = throw "'rargs' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
rebazel = throw "'rebazel' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
redoc-cli = throw "'redoc-cli' been removed because it has been marked as broken since at least November 2024. Consider using 'redocly' instead."; # Added 2025-10-01
redocly-cli = redocly; # Added 2024-04-14
redpanda = redpanda-client; # Added 2023-10-14
redpanda-server = throw "'redpanda-server' has been removed because it was broken for a long time"; # Added 2024-06-10