oraclejdk: Include "oracle" in name

This commit is contained in:
Eelco Dolstra
2014-07-16 18:34:14 +02:00
parent 75bbad8abe
commit 0681742627
@@ -61,7 +61,7 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = 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 = src =
if stdenv.system == "i686-linux" then if stdenv.system == "i686-linux" then