From e64c094b82e4ac84c0d956880b390398ec855e9c Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Tue, 18 Aug 2026 14:27:44 +0530 Subject: [PATCH] fishy: drop Signed-off-by: phanirithvij --- pkgs/by-name/fi/fishy/package.nix | 41 ------------------------------- pkgs/top-level/aliases.nix | 1 + 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 pkgs/by-name/fi/fishy/package.nix diff --git a/pkgs/by-name/fi/fishy/package.nix b/pkgs/by-name/fi/fishy/package.nix deleted file mode 100644 index 92b581c97d42..000000000000 --- a/pkgs/by-name/fi/fishy/package.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ - fetchFromGitHub, - lib, - nix-update-script, - openssl, - pkg-config, - rustPlatform, - versionCheckHook, -}: - -rustPlatform.buildRustPackage (finalAttrs: { - pname = "fishy"; - version = "0.2.1"; - - src = fetchFromGitHub { - owner = "p2panda"; - repo = "fishy"; - tag = "v${finalAttrs.version}"; - hash = "sha256-nRkP53v9+VzqHKTsHs+cBeLjh3yASFE18sSEY02NR1s="; - }; - - cargoHash = "sha256-F4zbalop1PEb381DctUIzdm3v71b6M/hnuw9BuIEkBU="; - - env.OPENSSL_NO_VENDOR = 1; - - nativeBuildInputs = [ pkg-config ]; - buildInputs = [ openssl ]; - - nativeInstallCheckInputs = [ versionCheckHook ]; - doInstallCheck = true; - passthru.updateScript = nix-update-script { }; - - meta = { - description = "Create, manage and deploy p2panda schemas"; - homepage = "https://github.com/p2panda/fishy"; - changelog = "https://github.com/p2panda/fishy/blob/${finalAttrs.src.rev}/CHANGELOG.md"; - license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ confusedalex ]; - mainProgram = "fishy"; - }; -}) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 3a6039e5f2cf..6a406b059aa5 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -829,6 +829,7 @@ mapAliases { firefox-wayland = throw "'firefox-wayland' has been renamed to/replaced by 'firefox'"; # Converted to throw 2025-10-27 firmwareLinuxNonfree = throw "'firmwareLinuxNonfree' has been renamed to/replaced by 'linux-firmware'"; # Converted to throw 2025-10-27 fishfight = throw "'fishfight' has been renamed to/replaced by 'jumpy'"; # Converted to throw 2025-10-27 + fishy = throw "'fishy' has been removed because it was unmaintained upstream"; # Added 2026-08-18 fit-trackee = throw "'fit-trackee' has been renamed to/replaced by 'fittrackee'"; # Converted to throw 2025-10-27 fixup_yarn_lock = throw "`fixup_yarn_lock` has been removed, please use `fixup-yarn-lock` instead."; # Added 2026-04-25 flashrom-stable = throw "'flashrom-stable' has been renamed to/replaced by 'flashprog'"; # Converted to throw 2025-10-27