Loading pkgs/tools/security/jadx/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ in stdenv.mkDerivation { nativeBuildInputs = [ gradle jdk makeWrapper ]; # Otherwise, Gradle fails with `java.net.SocketException: Operation not permitted` __darwinAllowLocalNetworking = true; buildPhase = '' # The installDist Gradle build phase tries to copy some dependency .jar # files multiple times into the build directory. This ends up failing when Loading Loading
pkgs/tools/security/jadx/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ in stdenv.mkDerivation { nativeBuildInputs = [ gradle jdk makeWrapper ]; # Otherwise, Gradle fails with `java.net.SocketException: Operation not permitted` __darwinAllowLocalNetworking = true; buildPhase = '' # The installDist Gradle build phase tries to copy some dependency .jar # files multiple times into the build directory. This ends up failing when Loading