graalvm*-ce: add meta.mainProgram

This commit is contained in:
Thiago Kenji Okada 2023-01-07 14:46:25 +00:00
parent 3085ef40d9
commit 755864aba0

View file

@ -320,6 +320,7 @@ let
description = "High-Performance Polyglot VM";
license = with licenses; [ upl gpl2Classpath bsd3 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "java";
maintainers = with maintainers; [
bandresen
hlolli