sage: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 14:22:43 +02:00
parent 7552827fb4
commit 1c576d0b37

View File

@ -50,7 +50,7 @@
, zlib , zlib
, gsl , gsl
, ntl , ntl
, jdk , jdk8
, less , less
}: }:
@ -61,6 +61,8 @@ assert (!blas.isILP64) && (!lapack.isILP64);
# dependencies. # dependencies.
let let
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
runtimepath = (lib.makeBinPath ([ runtimepath = (lib.makeBinPath ([
"@sage-local@" "@sage-local@"
"@sage-local@/build" "@sage-local@/build"