about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2023-12-11 21:45:13 +0100
committerpacien <pacien.trangirard@pacien.net>2023-12-11 21:45:13 +0100
commitf4e620a33eadde0487bb5adb1669a97a87611685 (patch)
tree94b618d017b26f91a3337a50af0027e0b65217f5 /pkgs
parent3c1873efa9577f585b7b0b8c6c91cb1b68ba8d6f (diff)
downloadnixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar.gz
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar.bz2
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar.lz
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar.xz
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.tar.zst
nixlib-f4e620a33eadde0487bb5adb1669a97a87611685.zip
howl: set meta.mainProgram
Diffstat (limited to 'pkgs')
-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 030c6666e11d..9406604413c4 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" ];