Unverified Commit 4232f8fd authored by Rahul Butani's avatar Rahul Butani
Browse files

zulu: set `meta.sourceProvenance`

the Azul Zulu tarballs/zips contain JVM bytecode (class files) and
native code (shared objects)
parent 40acefa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = ''
+1 −0
Original line number Diff line number Diff line
@@ -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 = ''