nix: doInstallCheck is disabled on cross already.
This commit is contained in:
parent
5d6e229ec0
commit
5a802afb75
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user