Skip to content

Commit

Permalink
home (gradle): Fix libudev issue for Gradle wrapper installations
Browse files Browse the repository at this point in the history
This applies the changes from NixOS/nixpkgs#358670 via
gradle.properties so that they are picked up by Gradle wrapper installations.
  • Loading branch information
britter committed Jan 16, 2025
1 parent de67410 commit 21adf57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/java/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in {
enable = true;
settings = {
"org.gradle.java.installations.paths" = lib.concatStringsSep "," (lib.map versionToHome allVersions);
"systemProp.jna.library.path" = lib.makeLibraryPath [pkgs.udev];
};
};
};
Expand Down

0 comments on commit 21adf57

Please sign in to comment.