oraclejdk: Include "oracle" in name

This commit is contained in:
Eelco Dolstra 2014-07-16 18:09:02 +02:00
parent 75bbad8abe
commit 0681742627
1 changed files with 1 additions and 1 deletions

View File

@ -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