Fix build failure on non-Linux

https://hydra.nixos.org/build/59649086
This commit is contained in:
Eelco Dolstra 2017-08-31 11:05:18 +02:00
parent 9f47eac92b
commit fabde432dc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -202,6 +202,6 @@ void chrootHelper(int argc, char * * argv)
throw SysError("unable to exec '%s'", cmd);
#else
throw Error("mounting the Nix store on '%s' is not supported on this platform", >storeDir);
throw Error("mounting the Nix store on '%s' is not supported on this platform", storeDir);
#endif
}