2005-10-07 15:27:42 -07:00
|
|
|
args:
|
2004-01-24 15:46:00 -08:00
|
|
|
|
2007-03-17 07:37:23 -07:00
|
|
|
if args.stdenv.system == "i686-linux" || args.stdenv.system == "x86_64-linux" then
|
2007-03-05 09:13:53 -08:00
|
|
|
(import ./jdk6-linux.nix) args
|
|
|
|
|
2006-08-30 18:51:41 -07:00
|
|
|
else if args.stdenv.system == "powerpc-linux" then
|
2007-05-16 07:49:28 -07:00
|
|
|
(import ./jdk5-ibm-powerpc-linux.nix) (removeAttrs args ["libstdcpp5" "pluginSupport" "xlibs" "installjdk"])
|
2007-03-05 09:13:53 -08:00
|
|
|
|
2006-08-30 18:51:41 -07:00
|
|
|
else
|
2007-04-16 03:07:06 -07:00
|
|
|
abort "the JDK is not supported on this platform"
|