2005-10-07 15:27:42 -07:00
|
|
|
args:
|
2004-01-24 15:46:00 -08:00
|
|
|
|
2006-08-30 18:51:41 -07: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
|