freenet: fix build by pinning gradle_7

This commit is contained in:
Daniel Nagy 2023-04-03 20:00:00 +02:00
parent e077b75a15
commit fcf6c6eb39
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -30372,7 +30372,9 @@ with pkgs;
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
freenet = callPackage ../applications/networking/p2p/freenet { };
freenet = callPackage ../applications/networking/p2p/freenet {
gradle = gradle_7;
};
freeoffice = callPackage ../applications/office/softmaker/freeoffice.nix { };