From f4e620a33eadde0487bb5adb1669a97a87611685 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 11 Dec 2023 21:45:13 +0100 Subject: [PATCH] howl: set meta.mainProgram --- pkgs/applications/editors/howl/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ];