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:
Cynthia Fox 2023-12-12 12:45:37 -05:00 committed by Matthieu Coudron
parent 6248048079
commit 6b83dc8ff8

View file

@ -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;
};