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
|
|
|
|
(import ./jdk5-sun-linux.nix) args
|
|
|
|
else if args.stdenv.system == "powerpc-linux" then
|
|
|
|
(import ./jdk5-ibm-powerpc-linux.nix) args
|
|
|
|
else
|
|
|
|
false
|