foundationdb: use openjdk8
This commit is contained in:
parent
230bdb0c7d
commit
85ead32f5c
|
@ -3825,7 +3825,9 @@ in
|
||||||
|
|
||||||
fusuma = callPackage ../tools/inputmethods/fusuma {};
|
fusuma = callPackage ../tools/inputmethods/fusuma {};
|
||||||
|
|
||||||
fdbPackages = dontRecurseIntoAttrs (callPackage ../servers/foundationdb { });
|
fdbPackages = dontRecurseIntoAttrs (callPackage ../servers/foundationdb {
|
||||||
|
openjdk = openjdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||||
|
});
|
||||||
|
|
||||||
inherit (fdbPackages)
|
inherit (fdbPackages)
|
||||||
foundationdb51
|
foundationdb51
|
||||||
|
|
Loading…
Reference in New Issue