a640e2a19a
svn path=/nixpkgs/trunk/; revision=3869
11 lines
175 B
Nix
11 lines
175 B
Nix
{stdenv, fetchurl}:
|
|
|
|
if stdenv.system == "i686-linux"
|
|
then
|
|
(import ./jdk1.5-sun-linux.nix) {
|
|
stdenv = stdenv;
|
|
fetchurl = fetchurl;
|
|
}
|
|
else
|
|
false
|