about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-09-29T16·06-0700
committerJude Taylor <me@jude.bio>2015-10-21T19·38-0700
commit4b8c71b4ef6093ed4a9a391906cece7799a28351 (patch)
treed506b74c9bd86b1d73bb77405373753b2243cdc3 /src
parente770f941d612922a19fae0dd7552a47a64751c42 (diff)
remove an unneeded default impure-dep
Diffstat (limited to 'src')
-rw-r--r--src/libstore/build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index b11b04638040..78b58b8caa23 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -2460,7 +2460,6 @@ void DerivationGoal::runChild()
             sandboxProfile += "(allow file-read*\n"
                 "\t(literal \"/dev/dtracehelper\")\n"
                 "\t(literal \"/dev/tty\")\n"
-                "\t(literal \"/System/Library/CoreServices/SystemVersion.plist\")\n"
                 "\t(literal \"/dev/autofs_nowait\")\n"
                 "\t(literal \"/private/var/run/systemkeychaincheck.done\")\n"
                 "\t(literal \"/private/etc/protocols\")\n"