Merge pull request #27124 from robx/tmpdir

nix: short TMPDIR for tests on Darwin (fixes #27121)
This commit is contained in:
Eelco Dolstra
2017-07-06 12:54:17 +02:00
committed by GitHub

View File

@@ -79,6 +79,9 @@ let
doInstallCheck = true;
# socket path becomes too long otherwise
preInstallCheck = lib.optional stdenv.isDarwin "export TMPDIR=/tmp";
separateDebugInfo = stdenv.isLinux;
crossAttrs = {