Add mainProgram to kakoune

This commit is contained in:
David Yamnitsky 2021-12-17 11:30:01 -08:00 committed by GitHub
parent a2e281f577
commit b8a0a333e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
homepage = "http://kakoune.org/";
description = "A vim inspired text editor";
license = licenses.publicDomain;
mainProgram = "kak";
maintainers = with maintainers; [ vrthra ];
platforms = platforms.unix;
};