nixpkgs/pkgs/development/interpreters/jre/default.nix
Martin Bravenboer a4ba616471 Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3868
2005-09-17 23:32:03 +00:00

10 lines
152 B
Nix

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