switch to zero underscores for sandbox profiles; remove generateFrameworkProfile

This commit is contained in:
Jude Taylor
2015-11-21 12:10:33 -08:00
parent a63346e33c
commit 69e7f3bb74
11 changed files with 29 additions and 96 deletions
@@ -37,7 +37,7 @@ stdenv.mkDerivation {
NIX_LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin) "-lgcc_s";
# without this, git fails when trying to check for /etc/gitconfig existence
_propagatedSandboxProfile = stdenv.lib.sandbox.allowDirectoryList "/etc";
propagatedSandboxProfile = stdenv.lib.sandbox.allowDirectoryList "/etc";
makeFlags = "prefix=\${out} sysconfdir=/etc/ PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.shell} "
+ (if pythonSupport then "PYTHON_PATH=${python}/bin/python" else "NO_PYTHON=1")