Merge pull request #236956 from rrbutani/misc/zulu-provenance

zulu: set `meta.sourceProvenance`
This commit is contained in:
Nick Cao
2023-06-09 21:41:24 -06:00
committed by GitHub
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 = ''