Merge pull request #27124 from robx/tmpdir
nix: short TMPDIR for tests on Darwin (fixes #27121)
This commit is contained in:
commit
bcfd8e7810
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue