e17d20b6d2
svn path=/nixpkgs/trunk/; revision=7936
10 lines
164 B
Nix
10 lines
164 B
Nix
{stdenv, fetchurl, unzip}:
|
|
|
|
if stdenv.system == "i686-linux"
|
|
then
|
|
(import ./jre-sun-linux.nix) {
|
|
inherit stdenv fetchurl unzip;
|
|
}
|
|
else
|
|
false
|