nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

zulu: set `meta.sourceProvenance`

the Azul Zulu tarballs/zips contain JVM bytecode (class files) and
native code (shared objects)

+2
+1
pkgs/development/compilers/zulu/8.nix
··· 106 106 107 107 meta = with lib; { 108 108 homepage = "https://www.azul.com/products/zulu/"; 109 + sourceProvenance = with sourceTypes; [ binaryBytecode binaryNativeCode ]; 109 110 license = licenses.gpl2; 110 111 description = "Certified builds of OpenJDK"; 111 112 longDescription = ''
+1
pkgs/development/compilers/zulu/default.nix
··· 111 111 112 112 meta = with lib; { 113 113 homepage = "https://www.azul.com/products/zulu/"; 114 + sourceProvenance = with sourceTypes; [ binaryBytecode binaryNativeCode ]; 114 115 license = licenses.gpl2; 115 116 description = "Certified builds of OpenJDK"; 116 117 longDescription = ''