Loading pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ let meta = with lib; { license = licenses.gpl2Classpath; sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-darwin") providedCpuTypes; # some inherit jre.meta.platforms maintainers = with maintainers; [ taku0 ]; Loading pkgs/development/compilers/temurin-bin/jdk-linux-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ let meta = with lib; { license = licenses.gpl2Classpath; sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-linux") providedCpuTypes; # some inherit jre.meta.platforms maintainers = with maintainers; [ taku0 ]; Loading Loading
pkgs/development/compilers/temurin-bin/jdk-darwin-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ let meta = with lib; { license = licenses.gpl2Classpath; sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-darwin") providedCpuTypes; # some inherit jre.meta.platforms maintainers = with maintainers; [ taku0 ]; Loading
pkgs/development/compilers/temurin-bin/jdk-linux-base.nix +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ let meta = with lib; { license = licenses.gpl2Classpath; sourceProvenance = with sourceTypes; [ binaryNativeCode binaryBytecode ]; description = "${brand-name}, prebuilt OpenJDK binary"; platforms = builtins.map (arch: arch + "-linux") providedCpuTypes; # some inherit jre.meta.platforms maintainers = with maintainers; [ taku0 ]; Loading