mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
swift-format: add meta.mainProgram
This commit is contained in:
parent
4f56bd894c
commit
19ea7859af
1 changed files with 1 additions and 0 deletions
|
@ -36,5 +36,6 @@ stdenv.mkDerivation {
|
|||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ];
|
||||
mainProgram = "swift-format";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue