From 1035a9efdfe4456f224a92ed133cf0605b9eb821 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 7 Apr 2024 04:20:00 +0000 Subject: [PATCH] fzf: remove fzf-share helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fzf-share helper was added to help to find the shell scripts [1], but since fzf≥0.48.0 the it's no longer needed because fzf has its shell integration scripts embedded. [1] https://github.com/NixOS/nixpkgs/pull/27709 --- pkgs/tools/misc/fzf/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/tools/misc/fzf/default.nix b/pkgs/tools/misc/fzf/default.nix index da5b3f391d7b..28ba5b1be3eb 100644 --- a/pkgs/tools/misc/fzf/default.nix +++ b/pkgs/tools/misc/fzf/default.nix @@ -3,7 +3,6 @@ , buildGoModule , fetchFromGitHub , writeShellScriptBin -, runtimeShell , installShellFiles , bc , ncurses @@ -74,14 +73,6 @@ buildGoModule rec { install -D plugin/* -t $out/share/vim-plugins/${pname}/plugin mkdir -p $out/share/nvim ln -s $out/share/vim-plugins/${pname} $out/share/nvim/site - - cat <