neovim-remote: add meta.mainProgram (#166173)

main
Malo Bourgon 2 years ago committed by GitHub
parent 8c5ec1e561
commit fc3331b522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/applications/editors/neovim/neovim-remote.nix

@ -41,5 +41,6 @@ with python3.pkgs; buildPythonApplication rec {
license = licenses.mit;
maintainers = with maintainers; [ edanaher ];
platforms = platforms.unix;
mainProgram = "nvr";
};
}

Loading…
Cancel
Save