ktlint: add meta.mainProgram
This commit is contained in:
parent
9d5d25bbfe
commit
6088b00a14
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md";
|
||||
maintainers = with maintainers; [ tadfisher SubhrajyotiSen ];
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
mainProgram = "ktlint";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue