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
commit 7de40c4783
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;
};