From f7092bb9d8bdae1a57864856bad0646b66d552f6 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 8 Jan 2015 08:22:56 +0000 Subject: [PATCH] rustcMaster: Missing paren in error message --- pkgs/development/compilers/rustc/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/rustc/common.nix b/pkgs/development/compilers/rustc/common.nix index 915b5466634..8debb4342da 100644 --- a/pkgs/development/compilers/rustc/common.nix +++ b/pkgs/development/compilers/rustc/common.nix @@ -21,7 +21,7 @@ then "i686-apple-darwin" else if stdenv.system == "x86_64-darwin" then "x86_64-apple-darwin" - else abort "no snapshot to bootstrap for this platform (missing target triple"; + else abort "no snapshot to bootstrap for this platform (missing target triple)"; meta = with stdenv.lib; { homepage = http://www.rust-lang.org/;