mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
jmol: use jre8
This commit is contained in:
parent
e191f1ac74
commit
acc968f1e7
@ -25689,7 +25689,9 @@ in
|
||||
|
||||
gwyddion = callPackage ../applications/science/chemistry/gwyddion {};
|
||||
|
||||
jmol = callPackage ../applications/science/chemistry/jmol { };
|
||||
jmol = callPackage ../applications/science/chemistry/jmol {
|
||||
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
|
||||
marvin = callPackage ../applications/science/chemistry/marvin { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user