biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / build-managers / bazel / bazel_darwin_sandbox.patch
blob87e6c99287fb2b5d2a4a669a7006d6cb7d3d6e17
1 diff -ru a/src/main/native/unix_jni_darwin.cc b/src/main/native/unix_jni_darwin.cc
2 --- a/src/main/native/unix_jni_darwin.cc 1980-01-01 00:00:00.000000000 -0500
3 +++ b/src/main/native/unix_jni_darwin.cc 2021-11-27 20:35:29.000000000 -0500
4 @@ -270,6 +270,7 @@
7 int portable_suspend_count() {
8 + if (getenv("NIX_BUILD_TOP")) return 0;
9 static dispatch_once_t once_token;
10 static SuspendState suspend_state;
11 dispatch_once(&once_token, ^{