From 10481d25861f1c25b53cfbd8119199ef2e918f9f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 24 May 2020 00:48:30 +0100 Subject: chore(3p/nix): Remove some OS X specific defines This project will be dropping OS X support until the core is simplified. --- third_party/nix/src/libstore/globals.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'third_party/nix/src/libstore/globals.hh') diff --git a/third_party/nix/src/libstore/globals.hh b/third_party/nix/src/libstore/globals.hh index 8e04b0937457..71bc2b1e7407 100644 --- a/third_party/nix/src/libstore/globals.hh +++ b/third_party/nix/src/libstore/globals.hh @@ -299,12 +299,6 @@ class Settings : public Config { "Which prefixes to allow derivations to ask for access to (primarily for " "Darwin)."}; -#if __APPLE__ - Setting darwinLogSandboxViolations{ - this, false, "darwin-log-sandbox-violations", - "Whether to log Darwin sandbox access violations to the system log."}; -#endif - Setting runDiffHook{ this, false, "run-diff-hook", "Whether to run the program specified by the diff-hook setting " -- cgit 1.4.1