vimPlugins.completion-tabnine: link to TabNine binary
This commit is contained in:
parent
eac90229f6
commit
94e7c10c1e
@ -9,6 +9,7 @@
|
|||||||
, gobject-introspection, glib, wrapGAppsHook
|
, gobject-introspection, glib, wrapGAppsHook
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, languagetool
|
, languagetool
|
||||||
|
, tabnine
|
||||||
, Cocoa, CoreFoundation, CoreServices
|
, Cocoa, CoreFoundation, CoreServices
|
||||||
, buildVimPluginFrom2Nix
|
, buildVimPluginFrom2Nix
|
||||||
, nodePackages
|
, nodePackages
|
||||||
@ -603,6 +604,15 @@ self: super: {
|
|||||||
ln -s ${maple-bin}/bin/maple $target/bin/maple
|
ln -s ${maple-bin}/bin/maple $target/bin/maple
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
completion-tabnine = super.completion-tabnine.overrideAttrs(old: {
|
||||||
|
buildInputs = [ tabnine ];
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
mkdir $target/binaries
|
||||||
|
ln -s ${tabnine}/bin/TabNine $target/binaries/TabNine_$(uname -s)
|
||||||
|
'';
|
||||||
|
});
|
||||||
} // (
|
} // (
|
||||||
let
|
let
|
||||||
nodePackageNames = [
|
nodePackageNames = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user