howl: set meta.mainProgram
This commit is contained in:
parent
3c1873efa9
commit
f4e620a33e
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue