2005-10-08 00:27:42 +02:00
|
|
|
args:
|
2004-01-25 00:46:00 +01:00
|
|
|
|
2006-08-31 03:51:41 +02:00
|
|
|
if args.stdenv.system == "i686-linux" then
|
2007-03-05 18:13:53 +01:00
|
|
|
(import ./jdk6-linux.nix) args
|
|
|
|
|
2006-08-31 03:51:41 +02:00
|
|
|
else if args.stdenv.system == "powerpc-linux" then
|
|
|
|
(import ./jdk5-ibm-powerpc-linux.nix) args
|
2007-03-05 18:13:53 +01:00
|
|
|
|
2006-08-31 03:51:41 +02:00
|
|
|
else
|
|
|
|
false
|