Skip to content

Commit

Permalink
Merge pull request NixOS#224519 from nagy/freenet
Browse files Browse the repository at this point in the history
freenet: fix build by pinning gradle_7
  • Loading branch information
SuperSandro2000 committed Apr 4, 2023
2 parents 32d4d55 + fcf6c6e commit 45dc78c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30340,7 +30340,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 { };

Expand Down

0 comments on commit 45dc78c

Please sign in to comment.