forked from mirrors/nixpkgs
jadx: allow local networking on Darwin
This commit is contained in:
parent
f93f9f43c6
commit
7b5475e8d7
|
@ -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…
Reference in a new issue