spring-boot-cli: add meta.mainProgram
This commit is contained in:
parent
30b28ece73
commit
cd585ee70d
@ -55,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://spring.io/projects/spring-boot";
|
homepage = "https://spring.io/projects/spring-boot";
|
||||||
changelog = "https://github.com/spring-projects/spring-boot/releases/tag/v${finalAttrs.version}";
|
changelog = "https://github.com/spring-projects/spring-boot/releases/tag/v${finalAttrs.version}";
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
|
mainProgram = "spring";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ moaxcp ];
|
maintainers = with maintainers; [ moaxcp ];
|
||||||
|
Loading…
Reference in New Issue
Block a user