diff --git a/pkgs/by-name/fz/fzf-zsh/package.nix b/pkgs/by-name/fz/fzf-zsh/package.nix deleted file mode 100644 index 0982dfe30f85..000000000000 --- a/pkgs/by-name/fz/fzf-zsh/package.nix +++ /dev/null @@ -1,43 +0,0 @@ -{ - lib, - stdenv, - fetchFromGitHub, - fzf, -}: - -stdenv.mkDerivation { - pname = "fzf-zsh-unstable"; - version = "2019-09-09"; - - src = fetchFromGitHub { - owner = "Wyntau"; - repo = "fzf-zsh"; - rev = "829d7e40cc437dce8a6e234e259bbd4065e87124"; - sha256 = "1irjmxhcg1fm4g8p3psjqk7sz5qhj5kw73pyhv91njvpdhn9l26z"; - }; - - strictDeps = true; - postPatch = '' - substituteInPlace fzf-zsh.plugin.zsh \ - --replace \ - 'fzf_path="$( cd "$fzf_zsh_path/../fzf/" && pwd )"' \ - "fzf_path=${fzf}" \ - --replace \ - '$fzf_path/shell' \ - '${fzf}/share/fzf' - ''; - - dontBuild = true; - - installPhase = '' - install -Dm0644 fzf-zsh.plugin.zsh $out/share/zsh/plugins/fzf-zsh/fzf-zsh.plugin.zsh - ''; - - meta = { - homepage = "https://github.com/wyntau/fzf-zsh"; - description = "Wrap fzf to use in oh-my-zsh"; - license = lib.licenses.mit; - maintainers = [ ]; - platforms = lib.platforms.unix; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index f3250fc6c11c..8ec77d32f3ae 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -664,6 +664,7 @@ mapAliases { fusee-launcher = throw "'fusee-launcher' was removed as upstream removed the original source repository fearing legal repercussions"; # Added 2025-07-05 futuresql = throw "'futuresql' has been renamed to/replaced by 'libsForQt5.futuresql'"; # Converted to throw 2025-10-27 fx_cast_bridge = throw "'fx_cast_bridge' has been renamed to/replaced by 'fx-cast-bridge'"; # Converted to throw 2025-10-27 + fzf-zsh = throw "'fzf-zsh' has been removed because it was superseed by its builtin equivalent and archived upstream."; # Added 2026-01-17 g4music = throw "'g4music' has been renamed to/replaced by 'gapless'"; # Converted to throw 2025-10-27 gamecube-tools = throw "gamecube-tools was removed due to numerous vulnerabilities in freeimage"; # Added 2025-10-23 gandi-cli = throw "'gandi-cli' has been removed as it is unmaintained upstream"; # Added 2026-01-11