Merge pull request #10547 from bobvanderlinden/oracle-jdk-missing-architecture
oraclejdk: added architecture attribute
This commit is contained in:
commit
c76f010450
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user