nixpkgs/pkgs/development/compilers/jdk/default.nix
Martin Bravenboer 1122e263ee Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3867
2005-09-17 23:24:40 +00:00

10 lines
153 B
Nix

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