Unverified Commit fcf6c6eb authored by Daniel Nagy's avatar Daniel Nagy
Browse files

freenet: fix build by pinning gradle_7

parent e077b75a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };