diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/magrathea/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/magrathea/default.nix b/tools/magrathea/default.nix index fa0a5d89a172..1d6dacf67c48 100644 --- a/tools/magrathea/default.nix +++ b/tools/magrathea/default.nix @@ -18,6 +18,6 @@ pkgs.stdenv.mkDerivation { buildPhase = '' mkdir -p $out/bin - csc -o $out/bin/mg -static ${./mg.scm} + csc -o $out/bin/mg -host -static ${./mg.scm} ''; } |