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.home = result;
|
||||||
|
|
||||||
|
passthru.architecture = architecture;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ]; # some inherit jre.meta.platforms
|
platforms = [ "i686-linux" "x86_64-linux" ]; # some inherit jre.meta.platforms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user