Merge pull request #10547 from bobvanderlinden/oracle-jdk-missing-architecture

oraclejdk: added architecture attribute
This commit is contained in:
Arseniy Seroka 2015-10-23 02:49:07 +03:00
commit c76f010450

View File

@ -182,6 +182,8 @@ let result = stdenv.mkDerivation rec {
passthru.home = result;
passthru.architecture = architecture;
meta = with stdenv.lib; {
license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" ]; # some inherit jre.meta.platforms