mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
freemind: use jdk8
This commit is contained in:
parent
bd54f5d77b
commit
5f4e8aed48
@ -20762,7 +20762,10 @@ in
|
||||
python3Packages = python37Packages;
|
||||
};
|
||||
|
||||
freemind = callPackage ../applications/misc/freemind { };
|
||||
freemind = callPackage ../applications/misc/freemind {
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
|
||||
freenet = callPackage ../applications/networking/p2p/freenet {
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
|
Loading…
Reference in New Issue
Block a user