Added x86_64 version of JDK5
svn path=/nixpkgs/branches/stdenv-updates/; revision=10376
This commit is contained in:
parent
2f9d6fc9ba
commit
433f7fed54
@ -1164,7 +1164,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
jdk5 =
|
jdk5 =
|
||||||
assert system == "i686-linux";
|
assert system == "i686-linux" || system == "x86_64-linux";
|
||||||
import ../development/compilers/jdk/default-5.nix {
|
import ../development/compilers/jdk/default-5.nix {
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user