Unverified Commit 969c3ccf authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #197549 from veehaitch/master

jadx: allow local networking on Darwin
parents ab8e65a6 7b5475e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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