about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/build-managers/bazel/bazel_5/bazel_darwin_sandbox.patch
blob: 725b901f893e61444d678b7ab5f625cbe743fcd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff -ru a/src/main/native/unix_jni_darwin.cc b/src/main/native/unix_jni_darwin.cc
--- a/src/main/native/unix_jni_darwin.cc	1980-01-01 00:00:00.000000000 -0500
+++ b/src/main/native/unix_jni_darwin.cc	2021-11-27 20:35:29.000000000 -0500
@@ -270,6 +270,7 @@
 }
 
 void portable_start_suspend_monitoring() {
+  if (getenv("NIX_BUILD_TOP")) return;
   static dispatch_once_t once_token;
   static SuspendState suspend_state;
   dispatch_once(&once_token, ^{