From 254464551c6c731a39a091532ad5e8bc14301f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 8 Dec 2025 17:58:37 +0100 Subject: [PATCH] fedifetcher: drop --- pkgs/by-name/fe/fedifetcher/package.nix | 56 ------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 pkgs/by-name/fe/fedifetcher/package.nix diff --git a/pkgs/by-name/fe/fedifetcher/package.nix b/pkgs/by-name/fe/fedifetcher/package.nix deleted file mode 100644 index 1e35f0b6fe2e..000000000000 --- a/pkgs/by-name/fe/fedifetcher/package.nix +++ /dev/null @@ -1,56 +0,0 @@ -{ - lib, - fetchFromGitHub, - python3, - stdenv, -}: - -python3.pkgs.buildPythonApplication rec { - pname = "fedifetcher"; - version = "7.1.16"; - format = "other"; - - src = fetchFromGitHub { - owner = "nanos"; - repo = "FediFetcher"; - tag = "v${version}"; - hash = "sha256-8eSzXstOOEx+yzwjcSgQfv8c0d+1gsVemzGG/U1TWEo="; - }; - - propagatedBuildInputs = with python3.pkgs; [ - defusedxml - python-dateutil - requests - xxhash - ]; - - installPhase = '' - runHook preInstall - - install -vD find_posts.py $out/bin/fedifetcher - - runHook postInstall - ''; - - checkPhase = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' - runHook preCheck - - $out/bin/fedifetcher --help>/dev/null - - runHook postCheck - ''; - - meta = { - description = "Tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances"; - longDescription = '' - FediFetcher is a tool for Mastodon that automatically fetches missing - replies and posts from other fediverse instances, and adds them to your - own Mastodon instance. - ''; - homepage = "https://blog.thms.uk/fedifetcher"; - changelog = "https://github.com/nanos/FediFetcher/releases/tag/${src.tag}"; - license = lib.licenses.mit; - teams = [ lib.teams.c3d2 ]; - mainProgram = "fedifetcher"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 004e883c4353..fa4205b38212 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -571,6 +571,7 @@ mapAliases { fcitx5-skk-qt = throw "'fcitx5-skk-qt' has been renamed to/replaced by 'qt6Packages.fcitx5-skk-qt'"; # Converted to throw 2025-10-27 fcitx5-unikey = throw "'fcitx5-unikey' has been renamed to/replaced by 'qt6Packages.fcitx5-unikey'"; # Converted to throw 2025-10-27 fcitx5-with-addons = throw "'fcitx5-with-addons' has been renamed to/replaced by 'qt6Packages.fcitx5-with-addons'"; # Converted to throw 2025-10-27 + fedifetcher = throw "'fedifetcher' has been removed because there is now a similar native feature in Mastodon."; # Added 2025-12-08 fennel = throw "'fennel' has been renamed to/replaced by 'luaPackages.fennel'"; # Converted to throw 2025-10-27 fetchbower = throw "fetchbower has been removed as bower was removed. It is recommended to migrate to yarn."; # Added 2025-09-17 FIL-plugins = throw "'FIL-plugins' has been renamed to/replaced by 'fil-plugins'"; # Converted to throw 2025-10-27