diff --git a/pkgs/development/compilers/jdk/jdk-linux-base.nix b/pkgs/development/compilers/jdk/jdk-linux-base.nix index 5ebc99e9f53..54cdecb27c2 100644 --- a/pkgs/development/compilers/jdk/jdk-linux-base.nix +++ b/pkgs/development/compilers/jdk/jdk-linux-base.nix @@ -61,7 +61,7 @@ in stdenv.mkDerivation rec { name = - if installjdk then "jdk-1.${productVersion}.0_${patchVersion}" else "jre-1.${productVersion}.0_${patchVersion}"; + if installjdk then "oraclejdk-1.${productVersion}.0_${patchVersion}" else "oraclejre-1.${productVersion}.0_${patchVersion}"; src = if stdenv.system == "i686-linux" then