From b06add9d63d48b0d77fb3cccfc3eb210e28629a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Mon, 18 May 2026 09:13:02 +1000 Subject: [PATCH] plandex,plandex-server: remove unmaintained packages The related cloud service closed down and the homepage is gone. --- pkgs/by-name/pl/plandex-server/package.nix | 48 ---------------------- pkgs/by-name/pl/plandex/package.nix | 32 --------------- pkgs/top-level/aliases.nix | 2 + 3 files changed, 2 insertions(+), 80 deletions(-) delete mode 100644 pkgs/by-name/pl/plandex-server/package.nix delete mode 100644 pkgs/by-name/pl/plandex/package.nix diff --git a/pkgs/by-name/pl/plandex-server/package.nix b/pkgs/by-name/pl/plandex-server/package.nix deleted file mode 100644 index 06fb08e5248b..000000000000 --- a/pkgs/by-name/pl/plandex-server/package.nix +++ /dev/null @@ -1,48 +0,0 @@ -{ - lib, - buildGoModule, - fetchFromGitHub, - makeWrapper, - git, -}: -buildGoModule (finalAttrs: { - pname = "plandex-server"; - version = "1.1.1"; - - src = fetchFromGitHub { - owner = "plandex-ai"; - repo = "plandex"; - rev = "server/v${finalAttrs.version}"; - hash = "sha256-RVvgnQtb/asOjVpSZ3WndimsJ6foERMWS/YD20sghVE="; - }; - - postPatch = '' - substituteInPlace db/db.go \ - --replace-fail "file://migrations" "file://$out/migrations" - ''; - - postInstall = '' - cp -r migrations $out/migrations - ''; - - postFixup = '' - wrapProgram $out/bin/plandex-server \ - --prefix PATH : ${lib.makeBinPath [ git ]} - ''; - - nativeBuildInputs = [ makeWrapper ]; - - nativeCheckInputs = [ git ]; - - sourceRoot = "${finalAttrs.src.name}/app/server"; - - vendorHash = "sha256-uarTWteOoAjzEHSnbZo+fEPELerpuL7UNA5pdGP5CMY="; - - meta = { - mainProgram = "plandex-server"; - description = "AI driven development in your terminal. Designed for large, real-world tasks. The server part"; - homepage = "https://plandex.ai/"; - license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ viraptor ]; - }; -}) diff --git a/pkgs/by-name/pl/plandex/package.nix b/pkgs/by-name/pl/plandex/package.nix deleted file mode 100644 index 693b0c2d6120..000000000000 --- a/pkgs/by-name/pl/plandex/package.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ - lib, - buildGoModule, - fetchFromGitHub, -}: -buildGoModule (finalAttrs: { - pname = "plandex"; - version = "2.1.2"; - - src = fetchFromGitHub { - owner = "plandex-ai"; - repo = "plandex"; - rev = "cli/v${finalAttrs.version}"; - hash = "sha256-mNNL1K+gNhYDuKpGt3FP/L4JxO/bHyebhABOpFjLLLI="; - }; - - ldflags = [ - "-X plandex-cli/version.Version=${finalAttrs.version}" - ]; - - sourceRoot = "${finalAttrs.src.name}/app/cli"; - - vendorHash = "sha256-0wYlCxg0CPPizdhJ1VfZEEcauy2rJeeTqPiiqsExBu8="; - - meta = { - mainProgram = "plandex"; - description = "AI driven development in your terminal. Designed for large, real-world tasks. The cli part"; - homepage = "https://plandex.ai/"; - license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ viraptor ]; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index d54e61e14c0c..b8f788c9f10b 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1694,6 +1694,8 @@ mapAliases { pingvin-share = throw "'pingvin-share' has been removed as it was broken and archived upstream"; # Added 2025-11-08 pipecontrol = throw "'pipecontrol' has been removed due to outdated KF5 dependencies."; # Added 2026-05-01 piper-train = throw "piper-train is now part of the piper package using the `withTrain` override"; # Added 2025-09-03 + plandex = throw "plandex has been removed, as it is not maintained anymore"; # Added 2026-05-18 + plandex-server = throw "plandex has been removed, as it is not maintained anymore"; # Added 2026-05-18 plant-it = throw "plant-it backend was discontinued in september 2025"; # Added 2026-01-30 plant-it-frontend = throw "plant-it-frontend has been presented as being Android-only since the server-side was discontinued in september 2025"; # Added 2026-01-30 plasma-applet-volumewin7mixer = throw "'plasma-applet-volumewin7mixer' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20