Merge pull request #151120 from nitsky/patch-1

Add mainProgram to kakoune
This commit is contained in:
Ben Siraphob
2021-12-17 15:50:42 -06:00
committed by GitHub
@@ -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;
};