nix: doInstallCheck is disabled on cross already.
This commit is contained in:
@@ -61,7 +61,7 @@ let
|
|||||||
|
|
||||||
installFlags = "sysconfdir=$(out)/etc";
|
installFlags = "sysconfdir=$(out)/etc";
|
||||||
|
|
||||||
doInstallCheck = hostPlatform == buildPlatform;
|
doInstallCheck = true; # not cross
|
||||||
|
|
||||||
# socket path becomes too long otherwise
|
# socket path becomes too long otherwise
|
||||||
preInstallCheck = lib.optional stdenv.isDarwin "export TMPDIR=/tmp";
|
preInstallCheck = lib.optional stdenv.isDarwin "export TMPDIR=/tmp";
|
||||||
|
|||||||
Reference in New Issue
Block a user