mozart2: use jre8_headless

This commit is contained in:
Gabriel Ebner 2020-09-19 14:50:52 +02:00
parent a1d10379b5
commit 230bdb0c7d

View File

@ -9502,6 +9502,7 @@ in
mozart2 = callPackage ../development/compilers/mozart {
emacs = emacs-nox;
jre_headless = jre8_headless; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
mozart2-binary = callPackage ../development/compilers/mozart/binary.nix { };