From d596c89e1558e8f3368947009d68c77c378e46b2 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Tue, 18 Mar 2025 20:20:02 +0100 Subject: [PATCH] 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. --- pkgs/by-name/cl/clubhouse-cli/package.nix | 28 ----------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 pkgs/by-name/cl/clubhouse-cli/package.nix diff --git a/pkgs/by-name/cl/clubhouse-cli/package.nix b/pkgs/by-name/cl/clubhouse-cli/package.nix deleted file mode 100644 index f77b9419988b..000000000000 --- a/pkgs/by-name/cl/clubhouse-cli/package.nix +++ /dev/null @@ -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 ]; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 88249e9ca3d3..5a20dad38b58 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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