Skip to content

Commit

Permalink
git: remove custom sandbox profile (not allowed by modern Nix anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Nov 9, 2017
1 parent 0f75e6b commit 94fc721
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -53,9 +53,6 @@ stdenv.mkDerivation {
NIX_LDFLAGS = stdenv.lib.optionalString (!stdenv.cc.isClang) "-lgcc_s"
+ stdenv.lib.optionalString (stdenv.isFreeBSD) "-lthr";

# without this, git fails when trying to check for /etc/gitconfig existence
propagatedSandboxProfile = stdenv.lib.sandbox.allowDirectoryList "/etc";

makeFlags = "prefix=\${out} PERL_PATH=${perl}/bin/perl SHELL_PATH=${stdenv.shell} "
+ (if pythonSupport then "PYTHON_PATH=${python}/bin/python" else "NO_PYTHON=1")
+ (if stdenv.isSunOS then " INSTALL=install NO_INET_NTOP= NO_INET_PTON=" else "")
Expand Down

0 comments on commit 94fc721

Please sign in to comment.