graalvm*-ce: add meta.sourceProvenance

This commit is contained in:
Thiago Kenji Okada 2023-01-07 14:44:12 +00:00
parent b29899b83f
commit 3085ef40d9

View File

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