about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-12 02:48:33 +0100
committerGitHub <noreply@github.com>2023-12-12 02:48:33 +0100
commitd6a0fea30ee3921729a2d62611cd7f097f4d0409 (patch)
treef78115a0d1ae70e30dbc478721a45e93cd441235 /pkgs/applications/editors
parentb75852df34b4f7cca400b154792b8fbb9a6eca16 (diff)
parent8a4824dbc6abf4f82c65f032ae9d3cc7b7ef8985 (diff)
Merge pull request #273635 from pacien/add-meta-mainprogram-trivial
treewide-ish: set meta.mainProgram on a few packages
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/howl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/howl/default.nix b/pkgs/applications/editors/howl/default.nix
index 030c6666e11dd..9406604413c4d 100644
--- a/pkgs/applications/editors/howl/default.nix
+++ b/pkgs/applications/editors/howl/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
     description = "A general purpose, fast and lightweight editor with a keyboard-centric minimalistic user interface";
     license = licenses.mit;
     maintainers = with maintainers; [ pacien ];
+    mainProgram = "howl";
 
     # LuaJIT and Howl builds fail for x86_64-darwin and aarch64-linux respectively
     platforms = [ "i686-linux" "x86_64-linux" ];