From fabde432dc046183b1eeaf9265effa47e89c3236 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 Aug 2017 11:05:18 +0200 Subject: Fix build failure on non-Linux https://hydra.nixos.org/build/59649086 --- src/nix/run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix/run.cc') diff --git a/src/nix/run.cc b/src/nix/run.cc index 2fc93a05c512..fcde540fc2d2 100644 --- a/src/nix/run.cc +++ b/src/nix/run.cc @@ -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 } -- cgit 1.4.1