From 564e2a51876c8062727222e58ddb0fbd96289b1e Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sun, 26 Sep 2021 21:37:49 -0500 Subject: [PATCH] leo-editor: add meta.mainProgram --- pkgs/applications/editors/leo-editor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index e583671bcb40..cf4a752b1bd0 100644 --- a/pkgs/applications/editors/leo-editor/default.nix +++ b/pkgs/applications/editors/leo-editor/default.nix @@ -63,5 +63,6 @@ mkDerivation rec { longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers."; license = licenses.mit; maintainers = with maintainers; [ leonardoce ]; + mainProgram = "leo"; }; }