plandex,plandex-server: remove unmaintained packages (#521394)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
})
|
||||
@@ -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 ];
|
||||
};
|
||||
})
|
||||
@@ -1700,6 +1700,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
|
||||
|
||||
Reference in New Issue
Block a user