octave: use jdk8
This commit is contained in:
parent
5ef1503546
commit
7552827fb4
1 changed files with 3 additions and 0 deletions
|
@ -10080,15 +10080,18 @@ in
|
|||
|
||||
octave = callPackage ../development/interpreters/octave {
|
||||
python = python3;
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
octave-jit = callPackage ../development/interpreters/octave {
|
||||
python = python3;
|
||||
enableJIT = true;
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
octaveFull = (lowPrio (libsForQt512.callPackage ../development/interpreters/octave {
|
||||
python = python3;
|
||||
enableQt = true;
|
||||
overridePlatforms = ["x86_64-linux" "x86_64-darwin"];
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
}));
|
||||
|
||||
ocropus = callPackage ../applications/misc/ocropus { };
|
||||
|
|
Loading…
Reference in a new issue