Unverified Commit 2dcc7bb1 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

neovim-node-client: create binary in $out/bin (#380235)

parents b8d3fd79 50382338
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ buildNpmPackage rec {
    runHook postBuild
  '';

  postInstall = ''
    mkdir $out/bin
    ln -s $out/lib/node_modules/neovim/node_modules/.bin/neovim-node-host $out/bin/neovim-node-host
  '';

  meta = {
    mainProgram = "neovim-node-host";
    description = "Nvim msgpack API client and remote plugin provider";