hdf_java, hdfview: use jdk8

This commit is contained in:
Gabriel Ebner 2020-09-19 16:18:31 +02:00
parent 259316e514
commit 42ecb33155

View File

@ -4394,11 +4394,11 @@ in
}));
hdfview = callPackage ../tools/misc/hdfview {
javac = jdk;
javac = jdk8; # TODO: https://github.com/NixOS/nixpkgs/pull/89731
};
hdf_java = callPackage ../tools/misc/hdfjava {
javac = jdk;
javac = jdk8; # TODO: https://github.com/NixOS/nixpkgs/pull/89731
};
hecate = callPackage ../applications/editors/hecate { };