From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 08/12] gnu: Add rustc. Date: Tue, 13 Dec 2016 23:47:56 +0100 Message-ID: <87zijzla3n.fsf@gnu.org> References: <20161211172537.23315-1-david@craven.ch> <20161211172537.23315-9-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGvre-0003Cf-G1 for guix-devel@gnu.org; Tue, 13 Dec 2016 17:48:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGvrb-0005Rl-Bx for guix-devel@gnu.org; Tue, 13 Dec 2016 17:48:02 -0500 In-Reply-To: <20161211172537.23315-9-david@craven.ch> (David Craven's message of "Sun, 11 Dec 2016 18:25:33 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/rust.scm (rustc): New variable. > > Co-authored-by: Eric Le Bihan [...] > + (synopsis "Compiler for the Rust progamming language") > + (description "Rust is a systems programming language that runs blazi= ngly > +fast, prevents segfaults, and guarantees thread safety.") Buzzwords! :-) =E2=80=9CRust =E2=80=A6 language with an efficient compile= r, and it provides memory safety and thread safety guarantees.=E2=80=9D > + (license (list license:asl2.0 license:expat)))) Please add a comment explaining whether this is =E2=80=9Cat the user=E2=80= =99s choice=E2=80=9D or rather a combination of licenses. OK with these changes. Thanks, Ludo=E2=80=99.