summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-09-27 08:54:50 -0400
committerGitHub <noreply@github.com>2021-09-27 08:54:50 -0400
commitc553f34417c3080c42dfaa40d75912c15ae989e7 (patch)
treebe516cafbcf96d8b9374dbb68d70f68ae5734f45
parentd8f538ea040c07bf78a781b8dd317e805fb89ae5 (diff)
parent564e2a51876c8062727222e58ddb0fbd96289b1e (diff)
downloadnixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar.gz
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar.bz2
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar.lz
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar.xz
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.tar.zst
nixpkgs-c553f34417c3080c42dfaa40d75912c15ae989e7.zip
Merge pull request #139591 from siraben/leo-editor-mainprogram
leo-editor: add meta.mainProgram
-rw-r--r--pkgs/applications/editors/leo-editor/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix
index e583671bcb4..cf4a752b1bd 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";
   };
 }