about summary refs log tree commit diff
path: root/pkgs/applications/editors/textadept
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/textadept')
-rw-r--r--pkgs/applications/editors/textadept/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix
index 47a7445bd7f19..536f2cd110096 100644
--- a/pkgs/applications/editors/textadept/default.nix
+++ b/pkgs/applications/editors/textadept/default.nix
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     maintainers = with maintainers; [ raskin mirrexagon arcuru ];
     platforms = platforms.linux;
+    mainProgram = "textadept";
   };
 }