clubhouse-cli: remove
I haven't actually maintained this in a long time it has been failing to build for a while as well. Upstream has renamed to shortcut years ago but nobody complained about this package. Altogether that is pretty strong evidence that this package doesn't have any users and it that it is best to remove it.
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "clubhouse-cli";
|
||||
version = "2.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andjosh";
|
||||
repo = "clubhouse-cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OGUEPWKL3GBIQHEDljX1gXMRDEztIrJT5ivAIcyW91k=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-QlCLEvmqLVkWwgTVlToYD6bptLp/MVfQ10Wdfr3PIr4=";
|
||||
|
||||
meta = {
|
||||
description = "Command line tool for viewing, creating and updating clubhouse.io stories";
|
||||
homepage = "https://github.com/andjosh/clubhouse-cli";
|
||||
changelog = "https://github.com/andjosh/clubhouse-cli/blob/${src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "club";
|
||||
maintainers = with lib.maintainers; [ tobim ];
|
||||
};
|
||||
}
|
||||
@@ -445,6 +445,7 @@ mapAliases {
|
||||
clash-verge = throw "'clash-verge' has been removed, as it was broken and unmaintained. Consider using 'clash-verge-rev' or 'clash-nyanpasu' instead"; # Added 2024-09-17
|
||||
clasp = clingo; # added 2022-12-22
|
||||
claws-mail-gtk3 = throw "'claws-mail-gtk3' has been renamed to/replaced by 'claws-mail'"; # Converted to throw 2024-10-17
|
||||
clubhouse-cli = throw "'clubhouse-cli' has been removed due to lack of interest to maintain it in Nixpkgs and failing to build."; # added 2025-04-21
|
||||
cockroachdb-bin = cockroachdb; # 2024-03-15
|
||||
codimd = throw "'codimd' has been renamed to/replaced by 'hedgedoc'"; # Converted to throw 2024-10-17
|
||||
inherit (libsForQt5.mauiPackages) communicator; # added 2022-05-17
|
||||
|
||||
Reference in New Issue
Block a user