hdf_java, hdfview: use jdk8
This commit is contained in:
parent
259316e514
commit
42ecb33155
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user