ktlint: add meta.mainProgram

This commit is contained in:
itstarsun 2023-11-04 11:13:28 +00:00
parent 9d5d25bbfe
commit 6088b00a14
No known key found for this signature in database
GPG key ID: 2B84426B265411FB

View file

@ -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";
};
}