Loading pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -1633,6 +1633,17 @@ self: super: { --replace "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'" ''; }; LeaderF = super.LeaderF.overrideAttrs { buildInputs = [ python3 ]; # rm */build/ to prevent dependencies on gcc # strip the *.so to keep files small buildPhase = '' patchShebangs . ./install.sh rm autoload/leaderf/fuzzyMatch_C/build/ -r ''; stripDebugList = [ "autoload/leaderf/python" ]; }; } // ( let Loading Loading
pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -1633,6 +1633,17 @@ self: super: { --replace "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'" ''; }; LeaderF = super.LeaderF.overrideAttrs { buildInputs = [ python3 ]; # rm */build/ to prevent dependencies on gcc # strip the *.so to keep files small buildPhase = '' patchShebangs . ./install.sh rm autoload/leaderf/fuzzyMatch_C/build/ -r ''; stripDebugList = [ "autoload/leaderf/python" ]; }; } // ( let Loading