neovim-qt: Add meta.mainProgram
Add a `meta.mainProgram` attribute to allow use of `lib.getExe` properly with this program.
This commit is contained in:
parent
6248048079
commit
6b83dc8ff8
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ mkDerivation rec {
|
|||
description = "Neovim client library and GUI, in Qt5";
|
||||
homepage = "https://github.com/equalsraf/neovim-qt";
|
||||
license = licenses.isc;
|
||||
mainProgram = "nvim-qt";
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
inherit (neovim.meta) platforms;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue