nixpkgs/pkgs/development/interpreters/jre/default.nix
Martin Bravenboer 4c70ef7e5d Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00

10 lines
151 B
Nix

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