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
commit 4a8c5cea97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

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 = ''

View File

@ -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 = ''