about summary refs log tree commit diff
path: root/pkgs/development/interpreters/j2re/default.nix
blob: 3fa417657eac8b40cba5cc58ecf39bca3a9fcef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{stdenv, fetchurl}: 

if stdenv.system == "i686-linux"
  then
    (import ./j2re-sun-linux.nix) {
      fetchurl = fetchurl;
    }
  else
    false