2005-10-08 00:27:42 +02:00
|
|
|
args:
|
2004-01-25 00:46:00 +01:00
|
|
|
|
2005-10-08 00:27:42 +02:00
|
|
|
if args.stdenv.system == "i686-linux"
|
2004-01-25 00:46:00 +01:00
|
|
|
then
|
2005-10-08 00:27:42 +02:00
|
|
|
(import ./jdk5-sun-linux.nix) args
|
2004-01-25 00:46:00 +01:00
|
|
|
else
|
|
|
|
false
|