nixpkgs/pkgs/development/compilers/j2sdk/default-1.5.nix

11 lines
177 B
Nix
Raw Normal View History

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