mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
oraclejdk: added architecture attribute
This attribute is needed by some other packages. The lack of this attribute makes nox-review fail on a system where jdk = oraclejdk7;
This commit is contained in:
parent
1e5415dbc5
commit
0c481966b6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue