mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
freenet: use jdk8
This commit is contained in:
parent
cdcdeb63b2
commit
c37d47d572
@ -20697,7 +20697,9 @@ in
|
||||
|
||||
freemind = callPackage ../applications/misc/freemind { };
|
||||
|
||||
freenet = callPackage ../applications/networking/p2p/freenet { };
|
||||
freenet = callPackage ../applications/networking/p2p/freenet {
|
||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||
};
|
||||
|
||||
freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user