about summary refs log tree commit diff
path: root/pkgs/development/compilers/jdk/default-1.4.nix
blob: 48eb5e6e7b71ff866c78b557f7ae4b5a34c0a859 (plain) (blame)
1
2
3
4
5
6
7
8
9
{stdenv, fetchurl}: 

if stdenv.system == "i686-linux"
  then
    (import ./j2sdk-1.4.x-sun-linux.nix) {
      inherit stdenv fetchurl;
    }
  else
    abort "the Java 2 SDK is not supported on this platform"