nix: doInstallCheck is disabled on cross already.

This commit is contained in:
Will Dietz 2018-01-28 09:39:07 +09:00
parent 5d6e229ec0
commit 5a802afb75

View File

@ -61,7 +61,7 @@ let
installFlags = "sysconfdir=$(out)/etc";
doInstallCheck = hostPlatform == buildPlatform;
doInstallCheck = true; # not cross
# socket path becomes too long otherwise
preInstallCheck = lib.optional stdenv.isDarwin "export TMPDIR=/tmp";