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 =
|
||||
assert system == "i686-linux";
|
||||
assert system == "i686-linux" || system == "x86_64-linux";
|
||||
import ../development/compilers/jdk/default-5.nix {
|
||||
inherit fetchurl stdenv unzip;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue