xtreemfs: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 15:25:19 +02:00
parent 7887690d3e
commit 2ecc520aa8

View File

@ -8185,6 +8185,7 @@ in
xtreemfs = callPackage ../tools/filesystems/xtreemfs {
boost = boost165;
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
xurls = callPackage ../tools/text/xurls {};