about summary refs log tree commit diff
path: root/pkgs/development/compilers/jdk/default-1.4.nix
blob: 097af70bc1c9ec557becaf99981cc27e4ced887b (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
    false