redoc-cli: mark broken

This commit is contained in:
Simon Žlender 2023-12-07 22:27:03 +01:00
parent 44a8d8f045
commit 23a007dd2b

View File

@ -30,5 +30,7 @@ buildNpmPackage rec {
license = lib.licenses.mit;
mainProgram = "redoc-cli";
maintainers = with lib.maintainers; [ veehaitch ];
# https://github.com/NixOS/nixpkgs/issues/272217
broken = true;
};
}