Commit 06fa0a1e authored by Marie Ramlow's avatar Marie Ramlow
Browse files
parent 78c5ad9f
Loading
Loading
Loading
Loading
+28 −19
Original line number Diff line number Diff line
@@ -5310,6 +5310,8 @@ with pkgs;
  jre = jdk;
  jre_headless = jdk_headless;

  inherit
    ({
      jre11_minimal = callPackage ../development/compilers/openjdk/jre.nix {
        jdk = jdk11;
        jdkOnBuild = buildPackages.jdk11;
@@ -5329,6 +5331,13 @@ with pkgs;
      jre_minimal = callPackage ../development/compilers/openjdk/jre.nix {
        jdkOnBuild = buildPackages.jdk;
      };
    })
    jre11_minimal
    jre17_minimal
    jre21_minimal
    jre25_minimal
    jre_minimal
    ;

  openjdk = jdk;
  openjdk_headless = jdk_headless;