Merge pull request #197549 from veehaitch/master

jadx: allow local networking on Darwin
This commit is contained in:
Artturi 2022-10-24 20:58:45 +03:00 committed by GitHub
commit 969c3ccf30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,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