Merge pull request #209492 from thiagokokada/graalvm-add-sourceProvenance

graalvm*-ce: add meta.{sourceProvenance,mainProgram}
This commit is contained in:
Thiago Kenji Okada 2023-01-07 16:48:25 +00:00 committed by GitHub
commit bcfc29ff50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,6 +319,8 @@ let
homepage = "https://www.graalvm.org/";
description = "High-Performance Polyglot VM";
license = with licenses; [ upl gpl2Classpath bsd3 ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "java";
maintainers = with maintainers; [
bandresen
hlolli