zulu: set meta.sourceProvenance

the Azul Zulu tarballs/zips contain JVM bytecode (class files) and
native code (shared objects)
This commit is contained in:
Rahul Butani
2023-06-09 20:03:48 -05:00
parent 40acefa262
commit 4232f8fdf8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ in stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.azul.com/products/zulu/";
sourceProvenance = with sourceTypes; [ binaryBytecode binaryNativeCode ];
license = licenses.gpl2;
description = "Certified builds of OpenJDK";
longDescription = ''
@@ -111,6 +111,7 @@ in stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.azul.com/products/zulu/";
sourceProvenance = with sourceTypes; [ binaryBytecode binaryNativeCode ];
license = licenses.gpl2;
description = "Certified builds of OpenJDK";
longDescription = ''