freenet: fix build by pinning gradle_7
This commit is contained in:
parent
e077b75a15
commit
fcf6c6eb39
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue